📦
Starter Kit
Trying mcp server for the very first time.
0 installs
Trust: 34 — Low
Files
Ask AI about Starter Kit
Powered by Claude · Grounded in docs
I know everything about Starter Kit. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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"]
}
}
}
