MCP Example
@fdmocho
About MCP Example
MCP demo server
Basic information
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.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments