Skip to main content
Glama
srstsavage

erddap-mcp-demo

by srstsavage

ERDDAP MCP demo

Demo implementation of a Model Context Protocol server allowing an LLM to interact with ERDDAP search, metadata, and tabledap services.

Example usage

Usage

Make sure you have uv installed, then add the MCP server to the desired MCP capable client.

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.json

  • Linux: ~/.config//Claude/claude_desktop_config.json

  • Windows: %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.py
F
license - not found
-
quality - not tested
C
maintenance

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

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