Source
Quick install (Claude Desktop)
# Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"okta-mcp-server": {
"command": "npx",
"args": ["-y", "/servers/okta/okta-mcp-server/"]
}
}
}
Exact install instructions vary by server — see the README at the source link above for runtime, env vars, and authentication.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Naftiko capability and Agent Skill surfaces of the same providers.