Self MCP Server
Enables developers to integrate privacy-preserving identity verification from the Self protocol into their apps. Provides integration guides, code generation, blockchain configuration reading, and debugging assistance for age verification, airdrop eligibility, and humanity checks.
README
Self MCP Server
MCP server for Self protocol integration assistance. Helps developers add privacy-preserving identity verification to their apps.
Features
- Core Self Protocol Tools: Integration guides, code generation, debugging assistance
- Tools.self.xyz Integration: Direct interaction with blockchain for reading configurations and generating hashes
- Web3 Integration: Read-only blockchain operations (no write operations to keep it free)
- Comprehensive Documentation: Resources and prompts for Self protocol development
Installation
Option 1: Install from GitHub (Recommended)
pip install git+https://github.com/selfxyz/self-mcp.git
After installation, run with: self-mcp
Option 2: Local Development Setup
- Clone the repository:
git clone https://github.com/selfxyz/self-mcp.git
cd self-mcp
- Create virtual environment:
python -m venv venv
# On macOS/Linux:
source venv/bin/activate
# On Windows:
venv\Scripts\activate
- Install dependencies:
pip install -e .
- Verify installation:
python server.py # Should start without errors
Configuration
For Claude Desktop
Add to claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"self-mcp": {
"command": "/path/to/your/python",
"args": [
"/path/to/self-mcp/self-mcp/server.py"
],
"cwd": "/path/to/self-mcp/self-mcp"
}
}
}
For Cursor
Create mcp.json in your project root:
Option 1: Using Python directly (simple)
{
"mcpServers": {
"self-mcp": {
"command": "/path/to/your/python",
"args": [
"/path/to/self-mcp/self-mcp/server.py"
],
"cwd": "/path/to/self-mcp/self-mcp"
}
}
}
Option 2: Using uv (recommended for dependency management)
{
"mcpServers": {
"self-mcp": {
"command": "uv",
"args": [
"run",
"--with", "fastmcp",
"--with", "web3",
"--with", "aiohttp",
"python",
"/path/to/self-mcp/self-mcp/server.py"
],
"cwd": "/path/to/self-mcp/self-mcp"
}
}
}
Replace /path/to/your/python with your Python interpreter path (e.g., /Users/nightmare/Projects/self-work/self-mcp/venv/bin/python) and /path/to/self-mcp with the actual path to your self-mcp directory.
Note: The cwd (current working directory) parameter sets the directory where the server process will run. This is important for relative file paths and ensuring the server finds its dependencies.
Then enable MCP in Cursor settings → cursor settings → Tools and Integrations → New MCP Server This will open mcp.json of cursor where you can put the above configuration.
Available Tools
Core Tools
1. explain_self_integration
Get integration guides for specific use cases.
- use_case:
"airdrop"|"age-verification"|"humanity-check"
2. generate_verification_code
Generate code for Self integration.
- component:
"frontend-qr"|"backend-verify"|"smart-contract" - language:
"typescript"|"javascript"|"solidity"
3. debug_verification_error
Debug Self verification errors.
- error_message: The error you're seeing
- context: Optional hint about error type
4. check_self_status
Check Self protocol network status and contracts.
- network:
"celo-mainnet"|"celo-testnet"
5. generate_verification_config
Generate complete verification configuration.
- requirements: Dict with app settings
6. explain_sdk_setup
Understand SDK backend requirements.
- topic:
"config-storage"|"user-id-type"|"attestation-ids"|"full-setup"
7. generate_eu_id_verification
Generate EU ID card verification code (V2).
- component:
"frontend"|"backend"|"smart-contract" - language:
"typescript"|"javascript"|"solidity"
Tools.self.xyz Integration Tools
8. generate_scope_hash
Generate a deterministic scope hash for an address/URL and seed.
- address_or_url: The address or URL to hash
- scope_seed: The seed value for scope generation
9. generate_config_id
Generate a config ID from verification requirements and check blockchain existence.
- minimum_age: Optional minimum age requirement
- excluded_countries: Optional list of excluded country codes
- ofac_enabled: Optional list of OFAC check settings for each ID type
- network:
"mainnet"|"testnet"
10. read_hub_config
Read configuration details from the Hub contract.
- config_id: The config ID to read
- network:
"mainnet"|"testnet"
11. list_country_codes
List available country codes for verification configuration.
- search: Optional search term to filter countries
12. guide_to_tools
Generate a link to tools.self.xyz with pre-filled parameters.
- action:
"deploy-config"|"connect-wallet"|"select-countries"|"generate-scope"|"read-config" - parameters: Optional dict with pre-fill values
Example Usage
User: "How do I integrate Self for age verification?"
Assistant: [Provides step-by-step guide with code examples]
User: "Generate backend verification code in TypeScript"
Assistant: [Provides complete backend code with proper SDK setup]
User: "Explain config storage setup"
Assistant: [Shows IConfigStorage implementation examples]
Resources
- Contract Addresses:
self://contracts/addresses - Integration Examples:
self://examples/{airdrop|age-gate} - Best Practices:
self://docs/best-practices
Prompts
- Design Flow:
design-verification-flow - Troubleshooting:
troubleshoot-integration
Development
# Clone repo
git clone https://github.com/selfxyz/self-mcp.git
cd self-mcp
# Install in development mode
pip install -e .
# Run tests
python test_server.py
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。