mcp-server-starter-kit
by anix001
The Model Context Protocol (MCP) allows applications to provide context for LLMs in a standardized way. This TypeScript SDK implements the full MCP specification, making it easy to build MCP clients and servers.
View on GitHub
Last updated: N/A
Overview
The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This TypeScript SDK implements the full MCP specification, making it easy to:
- Build MCP clients that can connect to any MCP server
- Create MCP servers that expose resources, prompts and tools
- Use standard transports like stdio and SSE
- Handle all MCP protocol messages and lifecycle events
Installation
npm install @modelcontextprotocol/sdk
create mcp server in cursor AI
{
"mcpServers": {
"weatherData": {
"command": "node",
"args": ["/c/Users/AnishChaudhary/Documents/mcp-server-starter-kit/index.js"]
}
}
}