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.

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.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
Install Server
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Enables natural language search and discovery of open-access scientific datasets through the EOSC Data Commons OpenSearch service. Provides tools to search datasets and retrieve file metadata using LLM-assisted queries.
    Last updated
    14
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Access oceanographic and environmental data from 63+ ERDDAP servers worldwide through natural language queries. Search datasets, retrieve metadata, and download scientific data for climate research, marine biology, and coastal management.
    Last updated
    17
  • A
    license
    -
    quality
    A
    maintenance
    Enables AI assistants to search, query, and manage ocean/environmental datasets from the Oceanum platform, and to read, write, and delete files in Oceanum cloud storage.
    Last updated
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Exposes data.world's catalog, glossary, lineage, and SQL/SPARQL query APIs to LLM agents, enabling natural language interaction with enterprise data assets.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.

  • Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.

View all MCP Connectors

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