AI Agent with MCP
@moises-paschoalick
关于 AI Agent with MCP
Este projeto é um playground para criar o primeiro servidor MCP (Model Context Protocol), um protocolo que permite integrar LLMs a recursos externos de forma padronizada.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ai-agent-with-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@wonderwhy-er/desktop-commander",
"--client",
"cursor",
"--key",
"dda23bec-caa6-4487-a1e9-eb74e22e33eb"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AI Agent with MCP?
AI Agent with MCP is an implementation of an AI agent that uses the Model Context Protocol (MCP) to interact with external resources. It includes a functional MCP server with REST resources for users and messages, along with a client to consume those resources. The project is designed for developers who want to build and test MCP servers with NodeJS, particularly for integration with the Cursor editor.
How to use AI Agent with MCP?
Install the server via npx -y @smithery/cli@latest install @wonderwhy-er/desktop-commander --client cursor --key <your-key>, or manually add it to your mcp.json file (Mac/Linux or Windows). You can also clone the repository and run npm run setup. After installation, use the provided TypeScript client code to connect and list resources, or access resources directly via REST (e.g., curl http://3.238.149.189:8080/users).
Key features of AI Agent with MCP
- Provides
api://usersresource listing all registered users. - Provides
hello://worldresource returning a simple greeting. - Includes a functional MCP client built with the official SDK.
- Supports installation via Smithery CLI or manual Cursor config.
- Allows direct REST API access to resources.
Use cases of AI Agent with MCP
- Retrieving a list of users with ID, phone number, name, and thread ID.
- Getting a “Hello, World!” greeting message through an MCP resource.
- Learning how to create and consume MCP resources in NodeJS.
- Integrating MCP resources into the Cursor editor environment.
- Testing MCP server-client communication with practical examples.
FAQ from AI Agent with MCP
How do I install the MCP server?
You can install it using npx with Smithery CLI: npx -y @smithery/cli@latest install @wonderwhy-er/desktop-commander --client cursor --key <your-key>. Alternatively, add the server configuration manually to mcp.json (located at ~/.config/cursor.json on Linux), or clone the repository and run npm run setup.
What resources are available?
The server provides two resources: api://users (returns a JSON list of users with id, phoneNumber, name, and threadId) and hello://world (returns a plain text greeting “Hello, World! This is my first MCP resource.”).
How do I use the MCP client?
Import Client and StdioClientTransport from the SDK, create a client with name: "hello-mcp-client", connect using new StdioClientTransport({ command: "node", args: ["build/index.js"] }), then call client.listResources() and client.readResource({ uri: "api://users" }).
What are the system requirements?
Node.js (version compatible with AbortController), TypeScript, and the @modelcontextprotocol/sdk package are required.
How can I access resources via REST?
Run curl http://3.238.149.189:8080/users to get the list of users directly over HTTP. The hello resource is accessed via the MCP protocol only.
AI 与智能体 分类下的更多 MCP 服务器
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
评论