erddap-mcp-demo
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@erddap-mcp-demofind datasets with sea surface temperature near the California coast"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ERDDAP MCP demo
Demo implementation of a Model Context Protocol server allowing an LLM to interact with ERDDAP search, metadata, and tabledap services.

Usage
Make sure you have uv installed, then add the MCP server to the desired MCP capable client.
Related MCP server: ERDDAP MCP Server
Example for Claude Desktop
NOTE: claude.ai is not MCP capable at the time of writing
Add the erddap_mcp_demo.py tool to the Clade config file at:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux:
~/.config//Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"erddap-tabledap": {
"command": "/path/to/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/path/to/erddap_mcp_demo.py"
]
}
}
}Then start/restart Claude desktop and ask it to get some data!
See https://modelcontextprotocol.io/quickstart/user
Testing
uv run mcp dev erddap_mcp_demo.pyMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srstsavage/erddap-mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server