MCP server for OAuth authentication. Provides middleware for integrating OAuth 2.0 with MCP servers. Supports universal provider configuration. Connects to OAuth 2.0 providers. Used by developers to add OAuth authentication to MCP servers.
MCP server for OAuth authentication. Provides middleware for integrating OAuth 2.0 with MCP servers. Supports universal provider configuration. Connects to OAuth 2.0 providers. Used by developers to add OAuth authentication to MCP servers.
npx -y mcp-s-oauthAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-s-oauth-npm": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-s-oauth"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp-s-oauth?"
API Key Required
This server requires an API key from mcp-s-oauth. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP-S-OAUTH_API_KEY | Yes | Your mcp-s-oauth API key |
"What resources are available in mcp-s-oauth?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp-s-oauth"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp-s-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.