dested/factorio-mcp-server
If you are the rightful owner of factorio-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A minimal ModelContextProtocol server template for building AI assistant tools.
The MCP Starter Server is a foundational template designed to help developers create AI assistant tools using the ModelContextProtocol (MCP). It provides a basic structure and setup for building MCP tools that can be integrated with AI assistants like Claude. The server includes a simple 'hello world' tool example, and is configured with TypeScript and esbuild for efficient development. The setup process involves downloading the Claude desktop app, cloning the repository, installing dependencies, and configuring Claude to use the MCP server. The server is designed to be easily extendable, allowing developers to add new tools by defining schemas and implementing handlers. Additionally, the server supports development and debugging with the MCP Inspector tool, and can be published to NPM for distribution.
Features
- Simple 'hello world' tool example
- TypeScript + esbuild setup
- Development tools preconfigured
- Integration with Claude AI assistant
- Support for MCP Inspector tool