FastMCP_Claude_Desktop
@nuke66
About FastMCP_Claude_Desktop
First play with MCP server on Claude Desktop
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\Slade\\Downloads"
]
},
"Demo4": {
"command": "C:\\Users\\Slade\\AppData\\Roaming\\Python\\Python310\\Scripts\\mcp",
"args": [
"run",
"C:\\dev\\xFastMCP\\server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is FastMCP_Claude_Desktop?
This server provides a quickstart example for integrating a custom MCP server with Claude Desktop, as demonstrated in the official MCP documentation. It guides users through installing the MCP package, running a Python server script (server.py), and configuring Claude Desktop to use that server.
How to use FastMCP_Claude_Desktop?
Install the mcp package with pip install mcp. Run mcp install server.py to automatically add the server to the Claude Desktop config file (claude_desktop_config.json). Alternatively, manually edit the config file to include a command entry pointing to the MCP executable and your server script. Use mcp dev server.py to launch the MCP inspector for testing.
Key features of FastMCP_Claude_Desktop
- Quick integration with Claude Desktop via
mcp installcommand. - Manual configuration through
claude_desktop_config.json. - Supports custom Python server scripts (
server.py). - Built-in inspector tool for server testing and debugging.
Use cases of FastMCP_Claude_Desktop
- Run a custom Python MCP server (e.g., file system access) from Claude Desktop.
- Test and debug an MCP server locally using the inspector UI.
FAQ from FastMCP_Claude_Desktop
How do I install the MCP package?
Use pip install mcp in your Python environment.
How do I add a server to Claude Desktop?
Run mcp install server.py to automatically update the config, or manually edit claude_desktop_config.json with the server command and arguments.
How do I test my server?
Run mcp dev server.py to start the inspector, then configure its settings to match your working config from claude_desktop_config.json.
What dependencies are required?
Python 3 and the mcp package installed via pip. The server script (server.py) must be a valid MCP server implementation.
Where is the config file located?
On Windows it is at C:\Users\<Username>\AppData\Roaming\Claude\claude_desktop_config.json.
More AI & Agents MCP servers
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.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
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
Comments