I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

faktorio-mcp-server
3 years
Works with Finder
1
Github Watches
1
Github Forks
0
Github Stars
Factorio MCP Server
this doesnt work lol
- todo
- use this instead https://github.com/teoxoy/factorio-blueprint-editor/blob/master/packages/editor/
- generate an image after every request
MCP Starter Server
A minimal ModelContextProtocol server template for building AI assistant tools. This starter provides a basic structure for creating MCP tools that can be used with AI assistants like Claude.
Features
- Simple "hello world" tool example
- TypeScript + esbuild setup
- Development tools preconfigured
Setup to build and run with Claude
-
Download and install Claude desktop app from claude.ai/download
-
Clone the repo, install dependencies and build:
npm install
npm run build
- Configure Claude to use this MCP server. If this is your first MCP server, in the root of this project run:
echo '{
"mcpServers": {
"mcp-starter": {
"command": "node",
"args": ["'$PWD'/dist/index.cjs"]
}
}
}' > ~/Library/Application\ Support/Claude/claude_desktop_config.json
This should result in an entry in your claude_desktop_config.json
like:
"mcpServers": {
"mcp-starter": {
"command": "node",
"args": ["/Users/matt/code/mcp-starter/dist/index.cjs"]
}
}
If you have existing MCP servers, add the mcp-starter
block to your existing config. It's an important detail that the args
is the path to <path_to_repo_on_your_machine>/mcp-starter/dist/index.cjs
.
-
Restart Claude Desktop.
-
Look for the hammer icon with the number of available tools in Claude's interface to confirm the server is running.
-
If this is all working, you should be able to develop your MCP server using
npm run dev
and test it in Claude. You'll need to restart Claude each time to restart the MCP server.
Developing with Inspector
For development and debugging purposes, you can use the MCP Inspector tool. The Inspector provides a visual interface for testing and monitoring MCP server interactions.
Visit the Inspector documentation for detailed setup instructions.
To test locally with Inspector:
npm run inspect
To build on file changes run:
npm run watch
Or run both the watcher and inspector:
npm run dev
Publishing
Once you're ready to distribute your server, it's simple!
-
Set up an NPM account.
-
Run
npm publish
. This will publish a package using the project name inpackage.json
-
Once published, others can install the server with a config entry like:
"mcpServers": {
"<your-package-name>": {
"command": "npx",
"args": ["<your-package-name>"]
}
}
Available Tools
The server provides:
-
hello_tool
: A simple example tool that takes a name parameter and returns a greeting
Creating New Tools
To add new tools:
- Define the tool schema in
index.ts
- Add it to the tools array in the
ListToolsRequestSchema
handler - Add the implementation in the
CallToolRequestSchema
handler
See the hello_tool
implementation as an example.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Therapist adept at identifying core issues and offering practical advice with images.
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
Ein einheitliches API-Gateway zur Integration mehrerer Ethercan-ähnlicher Blockchain-Explorer-APIs mit Modellkontextprotokoll (MCP) für AI-Assistenten.
Mirror ofhttps: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_Ry3iH9pM
The mattermost-mcp-server by kakehashi-inc is an outstanding tool for seamless team collaboration. Its intuitive interface and robust features have significantly improved our communication and project coordination. Highly recommend it! Check it out here: https://mcp.so/server/mcp-server-mattermost/kakehashi-inc