Skip to content
Grok

pondlog inaturalist for Grok

io.github.andrewschristison/pondlog-inaturalist

iNaturalist MCP server. Wildlife observations, species counts, taxa, and places worldwide.

client:Grok transport:stdio runtime:npm

Install pondlog inaturalist in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pondlog-inaturalist": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-inaturalist"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pondlog inaturalist in other clients