MCP Forge
Generate MCP servers using Smithery with Cursor IDE integration.
MCP Forge
A powerful MCP server generator for Smithery with Cursor IDE integration.
Features
- Generate new MCP servers from templates
- Get Cursor IDE integration configurations
- Get deployment instructions for Smithery
Templates
- Basic: Simple MCP server with an example tool
- Web Search: MCP server with web search capabilities
- Database: MCP server with PostgreSQL database interaction
Installation
npm install
Usage
npm start
Integration with Cursor IDE
To integrate this MCP server with Cursor IDE, add the following configuration to your ~/.cursor/mcp.json
file:
{
"mcpServers": {
"mcp-forge": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@your-username/mcp-forge",
"--config",
"{}"
]
}
}
}
Tools
1. Generate MCP Server
Generates a new MCP server with the specified configuration.
2. Get Cursor Integration
Provides integration code for Cursor IDE.
3. Deploy to Smithery
Gives instructions for deploying to Smithery.
License
MIT
Related Servers
MCP Crypto Wallet EVM
Perform EVM crypto wallet operations using ethers.js v5. Supports a private key environment variable for wallet operations.
Figma
Interact with the Figma API to access and manage design files and resources.
Cucumber Studio
Provides LLM access to the Cucumber Studio testing platform for managing and executing tests.
plugged.in App
A web app for managing MCP servers, offering a unified interface to discover, configure, and utilize AI tools.
SonarCloud
Fetch SonarCloud issues related to pull requests.
Kubernetes
Kubernetes MCP server with the top30 tools
Maven
Tools to query latest Maven dependency information
shadcn/ui
Provides structured data for shadcn/ui components, including descriptions, installation instructions, usage examples, and props.
MCP-Typescribe
Answers questions about TypeScript APIs using TypeDoc JSON documentation.
Bio-MCP FastQC Server
Provides quality control for biological sequence data using the FastQC and MultiQC tools.