MCP (Model Context Protocol)
@kabragaurav
关于 MCP (Model Context Protocol)
A Simple Model Context Server For AI
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Gaurav Kabra's MCP Server": {
"command": "node",
"args": [
"/Users/gauravkabra/Desktop/MCPServer/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP (Model Context Protocol)?
The Model Context Protocol (MCP) is a standardized way introduced by Anthropic for LLMs to interact with external tools, functions, and inject context. It allows models to request real-time information, execute actions in external systems, access specialized knowledge, and interact with APIs and services. An MCP server exposes three things: Tools, Resources, and Prompts.
How to use MCP (Model Context Protocol)?
Initialize a Node.js project with npm init and install the SDK using npm install @modelcontextprotocol/sdk. Create an index.js that implements the server. In Cursor IDE, configure it by creating an mcp.json file with the node command and the absolute path to the script as arguments. Use STDIO transport for local development and SSE for remote connections.
Key features of MCP (Model Context Protocol)
- Standardized interface for LLM-tool interaction.
- Exposes Tools, Resources, and Prompts.
- Supports STDIO for local and SSE for remote transport.
- Reduces API breaking changes via independent server maintenance.
Use cases of MCP (Model Context Protocol)
- Allow LLMs to call external APIs and services.
- Enable real-time data retrieval from databases or knowledge bases.
- Build AI agents that can execute actions in external systems.
- Integrate with company‑maintained servers (e.g., Yahoo, Google) in a standard way.
FAQ from MCP (Model Context Protocol)
What does MCP stand for?
MCP stands for Model Context Protocol, a standard introduced by Anthropic for LLM-tool communication.
How do I set up an MCP server?
Initialize a Node.js project with npm init, install @modelcontextprotocol/sdk, create an index.js, then configure it
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论