MCP.so
登录

MCP Auth Python SDK

@mcp-auth

关于 MCP Auth Python SDK

🔐 Plug-and-play auth for Python MCP servers.

基本信息

分类

开发工具

许可证

MIT

运行时

python

传输方式

stdio

发布者

mcp-auth

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Auth Python SDK?

MCP Auth Python SDK is a Python library that implements OAuth 2.1 and related RFCs for MCP (Model Context Protocol) servers, allowing developers to connect to a trusted provider with minimal code. It is intended for developers building MCP servers that require authentication.

How to use MCP Auth Python SDK?

Install the package with pip install mcpauth or your preferred package manager. Then follow the full guide in the documentation to integrate with your MCP server.

Key features of MCP Auth Python SDK

  • Implements OAuth 2.1 for MCP specification compliance
  • Supports a growing list of MCP-compatible providers
  • Enables authentication with a few lines of Python code
  • Includes a real-time provider compatibility checker
  • Available via pip and standard Python package managers

Use cases of MCP Auth Python SDK

  • Adding OAuth-based authentication to an MCP server
  • Quickly integrating with a supported identity provider
  • Replacing manual OAuth implementation with a maintained library

FAQ from MCP Auth Python SDK

What is MCP Auth Python SDK?

It is a Python SDK that handles OAuth 2.1 flows required by the MCP specification, letting you authenticate users against a trusted provider without building the protocol yourself.

How do I install MCP Auth Python SDK?

Run pip install mcpauth in your Python environment, or use an alternative like Poetry or uv.

Is my provider supported?

Check the MCP-compatible providers list at mcp-auth.dev to see if your provider is already supported; the site also includes a tool for real-time verification.

What are the runtime requirements?

Python is required; the exact version is shown on the package's PyPI page. No additional dependencies beyond the library itself are mentioned in the README.

评论

开发工具 分类下的更多 MCP 服务器