mcpbeat Sign in

Partner Center MCP Server

by tunahanaliozturk Your server? Claim it
local only

Partner Center MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 14 Sep 2026.

Unofficial Partner Center REST API knowledge & codegen assistant (scenarios, auth, errors).

Installs per day peak 374 · avg 36 · +701% w/w
a month agotoday
53
Installs / week
npm · partner-center-mcp
2
Stars
2 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Partner Center MCP

same job, measured the same way
Codeseeker
by jghiringhelli

Graph-powered code intelligence with semantic search and knowledge graph for AI assistants

276 installs/wk local only
Better Code Review Graph
by n24q02m

Token-efficient code review knowledge graph: semantic search and call-graph resolution.

2 785 installs/wk local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

24 installs/wk local only
Codemesh
by pyalwin

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

33 installs/wk local only
NervaPack
by ramdhavepreetam

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

696 installs/wk local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

30 installs/wk local only
Meeba Brain
by meemoprasad

Repository knowledge graph MCP server for codebase understanding and debugging.

5 tools answering

Partner Center MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Partner Center MCP?
Partner Center 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 partner-center-mcp was installed 53 times last week.
How do I connect Partner Center 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 partner-center-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Partner Center MCP?
The npm package partner-center-mcp was installed 53 times in the last week. Week over week that is +701%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Partner Center MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.