mcpbeat Sign in

LibraryAPI MCP Server

by libraryapi Your server? Claim it
local only

LibraryAPI runs on your own machine — the client starts it, so there is no endpoint to ping. 136 installs a week from pypi. Last commit 16 Aug 2026.

US public libraries and branches near any address, with collections from the IMLS survey

Installs per day peak 903 · avg 69 · -20% w/w
a month agotoday
136
Installs / week
pypi · libraryapi-mcp
0
Stars
0 open issues
16 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check LibraryAPI 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 libraryapi-mcp -- uvx libraryapi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "libraryapi-mcp": {
      "args": [
        "libraryapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.libraryapi-mcp]
command = "uvx"
args = ["libraryapi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "libraryapi-mcp": {
      "args": [
        "libraryapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "libraryapi-mcp": {
      "args": [
        "libraryapi-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LIBRARYAPI_KEY (API key from https://libraryapi.dev (free tier: 500 requests/month)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to LibraryAPI

same job, measured the same way
PublicSafetyAPI
by publicsafetyapi

US police, fire, EMS and hospital locations near any address, from federal HIFLD data

106 installs/wk local only
Northwestern University Libraries Digital Collections API
by nulib

Agent integration with the Northwestern University Libraries Digital Collections API

430 installs/wk 8 tools answering
govauctions.app
by govauctions

Live listings, sold prices and resale scores from GovAuctions.app, the public surplus-auction site.

8 tools answering
chess
by pipeworx-io

Chess.com MCP — wraps the Chess.com public API (free, no auth)

35 tools answering
Kotlin & Java Library Sources
by aoreshkov

Kotlin/Java library sources, public API and KDoc from the real Maven sources jar, for AI agents

local only
MCP Linkedin Post Engager Capture
by mambabuilt

Track LinkedIn posts from profiles and company pages, with the commenters LinkedIn shows publicly.

96 installs/wk local only
NerdyChefs Prompts
by mayeu20

Search, browse and pick from the free NerdyChefs.ai prompt library from any MCP client.

211 installs/wk local only
MCP Reddit Brand Presence Mapper
by mambabuilt

Resolve a company domain to its subreddit and sample public mentions of the brand.

36 installs/wk local only

LibraryAPI — questions

Answers built from our own checks of this server.

Why is there no uptime for LibraryAPI?
LibraryAPI 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 pypi package libraryapi-mcp was installed 136 times last week.
How do I connect LibraryAPI?
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 libraryapi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use LibraryAPI?
The pypi package libraryapi-mcp was installed 136 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LibraryAPI open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.