mcpbeat Sign in
I

Dpla MCP Server

local only

Dpla MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

DPLA API: search millions of library items and collections.

Installs / week
npm · dpla-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dpla MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dpla-mcp -- npx -y dpla-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dpla-mcp": {
      "args": [
        "-y",
        "dpla-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dpla-mcp]
command = "npx"
args = ["-y", "dpla-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dpla-mcp": {
      "args": [
        "-y",
        "dpla-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dpla-mcp": {
      "args": [
        "-y",
        "dpla-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dpla MCP

same job, measured the same way
Loc MCP
by mrfentmen

Search the Library of Congress collections. No key required.

114 installs/wk local only
C
101 Soundboards
by 101soundboards

Search millions of sound and soundboards on 101soundboards.com

4 tools answering
Open Library MCP
by mrfentmen

Open Library search, works, authors, editions, and ISBN.

121 installs/wk local only
Art Institute MCP
by mrfentmen

Art Institute of Chicago collection search.

263 installs/wk local only
Pexels MCP Server
by hanoak

MCP server for the Pexels API: search & fetch stock photos, videos, and collections.

58 installs/wk local only
Ansible Galaxy MCP
by mrfentmen

Search Ansible collections and roles on Ansible Galaxy. No key required.

249 installs/wk local only
Milvus MCP
by mrfentmen

MCP server for Milvus: collections, stats, search. Works with any instance.

local only
Jobo Job Search
by jobo

Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.

17 installs/wk answering

Dpla MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dpla MCP?
Dpla MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dpla-mcp.
How do I connect Dpla MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dpla-mcp straight from npm; nothing to host, nothing to sign up for.
Is Dpla MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.