MCP Example
@fdmocho
关于 MCP Example
MCP demo server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Example?
MCP Example is an MCP server that integrates with the NASA NEO (Near Earth Object) API, allowing retrieval of near-Earth object information by date range. It is intended for developers who want to query NASA’s asteroid data through a Claude desktop app or any MCP‑compatible LLM.
How to use MCP Example?
Clone the repository, run uv install to set up dependencies, then add your NASA API key in apiconfig.py. Configure the server in your LLM’s MCP settings (e.g., claude_desktop_config.json) using the uv command pointing to main.py. The server exposes a single tool, getNeo(), which you call with start_date and end_date arguments.
Key features of MCP Example
- Integrates with NASA’s NEO (Near Earth Object) API.
- Retrieve asteroid data by start and end date.
- Simple installation via
uvand Python. - Configurable API key for NASA access.
- Compatible with Claude desktop and MCP Inspector.
Use cases of MCP Example
- Query near-Earth object data for a specific date range.
- Integrate NASA asteroid information into AI‑powered assistant workflows.
- Explore NASA’s NEO dataset using natural language via an LLM.
FAQ from MCP Example
How do I install MCP Example?
Clone the repo and run uv install from the project directory.
How do I set my NASA API key?
Copy apiconfig.example.py to apiconfig.py and add your NASA API key there.
How do I run the server in Claude desktop?
Add the JSON configuration shown in the README to your claude_desktop_config.json, replacing <PATH TO YOUR PY> with the actual path.
How can I test the server using MCP Inspector?
Run uv run mcp dev <MYPYTHONFILE> from the project directory to start the inspector; it will open a web interface at a local port.
What runtime dependencies are required?
Python with uv and the mcp[cli] package are required. The server runs as a Python script using main.py.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论