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
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
pabal-resource-mcp
MCP server for ASO ↔ Web SEO data conversion.
MCPatterns
A server for storing and retrieving personalized coding patterns from a local JSONL file.
Tempo MCP Server
An MCP server for querying distributed tracing data from Grafana Tempo.
iOS Device Control
An MCP server to control iOS simulators and real devices, enabling AI assistant integration on macOS.
MagicPod
A server for integrating with MagicPod, an AI-powered test automation platform.
MCP Mermaid Server
Generate and analyze Mermaid diagrams.
Cargo Package README MCP Server
Fetches Rust crate READMEs, metadata, dependencies, and usage information from crates.io.
Replicate Ideogram V3 Balanced
Generate images using the Ideogram V3 Balanced model on Replicate.
MCP-guide
A guide for setting up an MCP server using a Python virtual environment and integrating it with the Cline VS Code extension.