The http oauth MCP server implements the authorization extension for Streamable HTTP and SSE transports. It provides OAuth support for secure API access. Developers use it to integrate with external APIs requiring OAuth authentication, enabling AI agents to securely interact with protected resources.
The http oauth MCP server implements the authorization extension for Streamable HTTP and SSE transports. It provides OAuth support for secure API access. Developers use it to integrate with external APIs requiring OAuth authentication, enabling AI agents to securely interact with protected resources.
npx -y http-oauth-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"napthaai-http-oauth-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y http-oauth-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from http oauth?"
API Key Required
This server requires an API key from http oauth. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| HTTP_OAUTH_API_KEY | Yes | Your http oauth API key |
"What resources are available in http oauth?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in http oauth"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in http oauth with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.