mcp-starter
15
The MCP Server Starter helps set up a basic server framework to run tools using the Model Context Protocol, integrating with AI solutions like Cursor. It supports various communication protocols and encourages quick setup and deployment.
MCP Server Starter
MCP Server Starter provides a basic framework for running local tools with Cursor, Claude, and other tools using the MCP standard. It offers flexible communication across multiple protocols and emphasizes minimal setup, TypeScript support, and AI integration. Features include:
- Flexible communication protocols: stdio, Streamable HTTP, and deprecated SSE
- Basic server implementation for quick start
- Cursor AI integration with example configuration
Prerequisites
- Node.js
- MCP-compatible client (e.g., Cursor)
Command-Line Options and Protocols
stdio
for local usagehttp
andsse
for remote and local usage (withsse
deprecated)
The project is licensed under the MIT License.