Skip to main content
Glama

XiaoZhi MCP Aggregate

by avxxoo
aggregate.py497 B
from mcp.server.fastmcp import FastMCP from tools.conversation_dingtalk import register_conversation_tools from tools.email_qq import register_email_tools from tools.system import register_system_tools from tools.web_webpilot import register_web_tools # 创建MCP服务器 mcp = FastMCP("AggregateMCP") # 注册所有工具 register_conversation_tools(mcp) register_email_tools(mcp) register_system_tools(mcp) register_web_tools(mcp) if __name__ == "__main__": mcp.run(transport="stdio")

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avxxoo/xiaozhi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server