example-mcp-server

kirill-markin/example-mcp-server
★ 37 stars Python Code/Dev Tools Updated today ✗ Risk
A ready-to-use MCP (Model Context Protocol) server template for extending Cursor IDE with custom tools. Deploy your own server to Heroku with one click, create custom commands, and enhance your Cursor IDE experience. Perfect for developers who want to add their own tools and commands to Cursor IDE without complex setup.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "example-mcp-server": {
      "command": "uvx",
      "args": [
        "example-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install example-mcp-server

Topics

automationcursorfetchllmmcpweb