Portkey MCP Server
About
Portkey MCP Server connects Claude to Portkey's API, enabling comprehensive management of AI configurations, workspaces, analytics, and user access. It is for administrators and developers who want to control their Portkey platform directly from an AI assistant.
Details
- Author
- MCP-Mirror
- Downloads
- 276
- Categories
- Other
Jump to
- User & access management: list, invite, and assign roles.
- Analytics & reporting: track usage, costs, and request metrics.
- Workspace management: view, configure, and manage virtual keys.
- Configuration & API settings: access caching, retries, and routing.
- Filtered reports based on custom criteria like status codes.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Portkey MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server from source (npm install, copy .env.example, add PORTKEY_API_KEY) or automatically via Smithery (npx -y @smithery/cli install @r-huijts/portkey-admin-mcp-server --client claude). Then configure Claude Desktop’s claude_desktop_config.json with the server command (node /path/to/build/index.js) and environment variable. Restart Claude to apply.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"portkey mcp server": {
"r-huijts_portkey-admin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@r-huijts/portkey-admin-mcp-server",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"r-huijts_portkey-admin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@r-huijts/portkey-admin-mcp-server",
"--client",
"claude"
]
}
}
Portkey MCP Server
Transform your AI assistant into a Portkey platform expert! This MCP server connects Claude to Portkey's API, enabling comprehensive management of AI configurations, workspaces, analytics, and user access.
<a href="https://glama.ai/mcp/servers/iftjfqrk0v"></a>
Installation
From Source
1. Clone this repository 2. Install dependencies:npm install
3. Copy the example environment file:
cp .env.example .env
4. Add your Portkey API key to the .env file:
PORTKEY_API_KEY=your_portkey_api_key_here
5. Then update your Claude configuration file:
{
"mcpServers": {
"portkey-server": {
"command": "node",
"args": [
"/path/to/portkey-server/build/index.js"
],
"env": {
"PORTKEY_API_KEY": "your_portkey_api_key_here"
}
}
}
}
Make sure to:
- Replace /path/to/portkey-server with the actual path to your installation
- Add your Portkey API key in the env section
After updating the configuration, restart Claude Desktop for the changes to take effect.
Installing via Smithery
To install Portkey MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @r-huijts/portkey-admin-mcp-server --client claude
Real-World Use Cases
- "What are my current API usage statistics across different models?" - "Show me the performance metrics for my AI deployments" - "Create a new workspace for my team's project" - "What's my current API key usage and remaining credits?" - "Generate an analytics report for last month's API calls" - "Set up rate limiting for my development environment" - "Configure fallback behavior for my production endpoints" - "Add team members to my Portkey workspace" - "Show me the latency statistics for my API calls" - "Set up custom headers for my API requests"🔑 Environment Variables
| Variable | Description |
|----------|-------------|
| PORTKEY_API_KEY | Your Portkey API key (required) |
🌟 Features
This MCP server provides comprehensive access to Portkey's platform through the following capabilities:
User & Access Management
- User Administration: List and manage all users in your Portkey organization - User Invitations: Invite new users with customizable roles and permissions - Workspace Access: Configure user access levels across different workspaces - Role-Based Control: Assign admin, manager, or member roles at organization and workspace levelsAnalytics & Reporting
- Usage Analytics: Track detailed user activity and request patterns - Cost Analysis: Monitor and analyze costs across different time periods - Request Metrics: View request counts, token usage, and response times - Filtered Reports: Generate reports based on custom criteria like status codes, virtual keys, and time rangesWorkspace Management
- Workspace Overview: List and view detailed information about all workspaces - Configuration Management: Access and review workspace configurations - Virtual Key Management: Monitor and manage API keys with usage limits and rate limits - Workspace Settings: View and track workspace metadata and user associationsConfiguration & API Settings
- Config Listings: View all available configurations in your organization - Detailed Config Info: Access cache settings, retry policies, and routing strategies - Virtual Key Details: Monitor key status, usage limits, and rate limits - API Integration: Track API endpoints and their configurationsLicense
This project is licensed under the ISC License - see the LICENSE file for details
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



