Portkey Admin MCP
Rank #1,859io.github.CodesWhat/portkey-admin-mcp
Portkey Admin API control-plane MCP server with Prisma AIRS interoperability guidance.
Portkey Admin MCP is a Model Context Protocol (MCP) server published by s-b-e-n-s-o-n. It ranks #1,859 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Portkey Admin MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 29 tracked versions. It was first listed on Jan 1, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 130,187 of 132,046 servers on MCP Toplist.
Use Portkey Admin MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add portkey-admin-mcp -e "PORTKEY_API_KEY=<your PORTKEY_API_KEY>" -e "PORTKEY_TOOL_DOMAINS=<your PORTKEY_TOOL_DOMAINS>" -e "PORTKEY_BASE_URL=<your PORTKEY_BASE_URL>" -- npx -y portkey-admin-mcpReplace each placeholder with your own value before saving.
[mcp_servers.portkey-admin-mcp]
command = "npx"
args = ["-y", "portkey-admin-mcp"]
[mcp_servers.portkey-admin-mcp.env]
PORTKEY_API_KEY = "<your PORTKEY_API_KEY>"
PORTKEY_TOOL_DOMAINS = "<your PORTKEY_TOOL_DOMAINS>"
PORTKEY_BASE_URL = "<your PORTKEY_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"portkey-admin-mcp": {
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<your PORTKEY_API_KEY>",
"PORTKEY_TOOL_DOMAINS": "<your PORTKEY_TOOL_DOMAINS>",
"PORTKEY_BASE_URL": "<your PORTKEY_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"portkey-admin-mcp": {
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<your PORTKEY_API_KEY>",
"PORTKEY_TOOL_DOMAINS": "<your PORTKEY_TOOL_DOMAINS>",
"PORTKEY_BASE_URL": "<your PORTKEY_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"portkey-admin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<your PORTKEY_API_KEY>",
"PORTKEY_TOOL_DOMAINS": "<your PORTKEY_TOOL_DOMAINS>",
"PORTKEY_BASE_URL": "<your PORTKEY_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"portkey-admin-mcp": {
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<your PORTKEY_API_KEY>",
"PORTKEY_TOOL_DOMAINS": "<your PORTKEY_TOOL_DOMAINS>",
"PORTKEY_BASE_URL": "<your PORTKEY_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"portkey-admin-mcp": {
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<your PORTKEY_API_KEY>",
"PORTKEY_TOOL_DOMAINS": "<your PORTKEY_TOOL_DOMAINS>",
"PORTKEY_BASE_URL": "<your PORTKEY_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CodesWhat%2Fportkey-admin-mcp)<a href="https://mcptoplist.com/server/io.github.CodesWhat%2Fportkey-admin-mcp"><img src="https://mcptoplist.com/badge/io.github.CodesWhat%2Fportkey-admin-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
s-b-e-n-s-o-n
Available versions (29)
| Version | Published |
|---|---|
| 0.12.0 | Sep 8, 2026 |
| 0.11.6 | Sep 8, 2026 |
| 0.11.5 | Sep 8, 2026 |
| 0.11.4 | Sep 8, 2026 |
| 0.11.3 | Sep 7, 2026 |
| 0.11.2 | Aug 29, 2026 |
| 0.11.1 | Aug 28, 2026 |
| 0.11.0 | Aug 28, 2026 |
| 0.10.1 | Aug 23, 2026 |
| 0.10.0 | Aug 22, 2026 |
| 0.9.0 | Aug 10, 2026 |
| 0.8.0 | Aug 9, 2026 |
| 0.7.0 | Aug 9, 2026 |
| 0.6.3 | Aug 4, 2026 |
| 0.6.2 | Aug 4, 2026 |
| 0.6.1 | Jul 28, 2026 |
| 0.6.0 | Jul 20, 2026 |
| 0.5.0 | Jul 14, 2026 |
| 0.4.2 | Jul 3, 2026 |
| 0.4.1 | Jul 2, 2026 |
| 0.4.0 | Jul 2, 2026 |
| 0.3.8 | Jun 18, 2026 |
| 0.3.7 | Jun 11, 2026 |
| 0.3.4 | Jun 5, 2026 |
| 0.3.3 | Jun 5, 2026 |
| 0.3.2 | May 16, 2026 |
| 0.1.0-beta.3 | Mar 4, 2026 |
| 0.1.0-beta.2 | Jan 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Portkey Admin MCP?
- Portkey Admin MCP is maintained by s-b-e-n-s-o-n, which publishes 1 MCP server (29 total versions) tracked on MCP Toplist.
- Is Portkey Admin MCP listed on the Official MCP Registry?
- Yes — Portkey Admin MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Portkey Admin MCP have?
- MCP Toplist tracks 29 versions of Portkey Admin MCP, most recently published on Sep 8, 2026.
- Where can I find the source code for Portkey Admin MCP?
- The source code for Portkey Admin MCP is hosted at github.com/s-b-e-n-s-o-n/portkey-admin-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.