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
Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
OpenMM MCP
AI-native crypto trading server with 13 tools for market data, order execution, grid strategies, and Cardano DeFi across multiple exchanges.
Kontxt
Indexes local code repositories to provide codebase context to AI clients.
TakeProfit MCP
Provides access to TakeProfit.com's Indie documentation and tooling — a Python-based scripting language for building custom cloud indicators and trading strategies on the TakeProfit platform.
YepCode
Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
CC Token Saver
Use a local LLM for smaller or specialized tasks within Claude to save tokens.
BerryRAG
A local RAG system with Playwright MCP integration for Claude and OpenAI embeddings, using local storage.
Authless Remote MCP Server
An example of a remote MCP server without authentication, deployable on Cloudflare Workers or runnable locally.
Sui Butler
An MCP server for the Sui blockchain ecosystem that bridges AI intelligence for simplified development. Supports both zkLogin and Private Key modes.
MCPAgent
An intelligent agent framework based on MCP, supporting multiple large language models and tool integrations for testing single-agent effectiveness.
Everything MCP Server
A test server that demonstrates all features of the MCP protocol, including prompts, tools, resources, and sampling.