Scaffold a new MCP server with OAuth 2.1 already wired up, via mcpauth (https://getmcpauth.dev)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"create-mcpauth-serve": {
"command": "npx",
"args": [
"-y",
"yilmazali325/create-mcpauth-server"
]
}
}
}
Run in terminal:
claude mcp add create-mcpauth-serve npx -y yilmazali325/create-mcpauth-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"create-mcpauth-serve": {
"command": "npx",
"args": [
"-y",
"yilmazali325/create-mcpauth-server"
]
}
}
}