Port MCP Server is designed for communication with the Port.io API, facilitating effective interactions with its services. It triggers the Port.io AI agent with custom prompts and returns agent responses along with necessary actions.
Port MCP Server is designed for communication with the Port.io API, facilitating effective interactions with its services. It triggers the Port.io AI agent with custom prompts and returns agent responses along with necessary actions.
uvx mcp-server-port --client-id your_port_client_id --client-secret your_port_client_secret --region EUAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"port-mcp-server": {
"command": "npx",
"args": [
"-y",
"uvx mcp-server-port --client-id your_port_client_id --client-secret your_port_client_secret --region EU"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Port MCP Server?"
No configuration required. This server works out of the box.
"What resources are available in Port MCP Server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Port MCP Server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Port MCP Server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.