mcpbeat Sign in

Ap MCP Server

by rbonestell Your server? Claim it
local only

Ap MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 9 Sep 2025.

Model Context Protocol (MCP) server for the Associated Press Media API

No commits for 12 months.

Installs per day peak 23 · avg 7 · -39% w/w
a month agotoday
49
Installs / week
npm · ap-mcp-server
2
Stars
0 open issues
9 Sep 2025
Last commit
0 releases in 90 days
License
TypeScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 ap-mcp-server -- npx -y ap-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ap-mcp-server": {
      "args": [
        "-y",
        "ap-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ap-mcp-server]
command = "npx"
args = ["-y", "ap-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ap-mcp-server": {
      "args": [
        "-y",
        "ap-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ap-mcp-server": {
      "args": [
        "-y",
        "ap-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ap MCP Server

same job, measured the same way
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Hibp
by darrenjrobinson

A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API

62 installs/wk local only
Scopus MCP
by qwe4559999

A Model Context Protocol server for the Elsevier Scopus API

197 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
I
Hn MCP Server
by wei

Model Context Protocol server for HackerNews API access.

35 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Deployhq MCP Server
by deployhq

Model Context Protocol (MCP) server for DeployHQ API integration

33 installs/wk local only

Ap MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Ap MCP Server?
Ap MCP Server 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 ap-mcp-server was installed 49 times last week.
Is Ap MCP Server still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ap MCP Server?
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 ap-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Ap MCP Server?
The npm package ap-mcp-server was installed 49 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ap MCP Server open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.