MCP Example
@fdmocho
About MCP Example
MCP demo server
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 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.
Frequently asked questions
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`.
Basic information
More Other MCP 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,
Nginx UI
0xJackyYet another WebUI for Nginx

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments