xhy-mcp-server
v0.0.2
Published
MCP server for using the xhy API
Readme
xhy MCP Server
MCP Server for the xhy API.
Setup
NPX
{
"mcpServers": {
"xhy": {
"command": "npx",
"args": [
"-y",
"@xhy/xhy-mcp-server"
],
"env": {
"XHY_API_KEY": ""
}
}
}
}