Xaip MCP Server
Rank #49,725io.github.xkumakichi/xaip-mcp-server
MCP server providing xaip-server capabilities
Xaip MCP Server is a Model Context Protocol (MCP) server published by xkumakichi. It ranks #49,725 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Xaip MCP Server is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Mar 28, 2026 and most recently updated on Mar 29, 2026.
Ranks ahead of 82,388 of 132,113 servers on MCP Toplist.
Use Xaip MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xaip-mcp-server -- npx -y xaip-mcp-server[mcp_servers.xaip-mcp-server]
command = "npx"
args = ["-y", "xaip-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"xaip-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.xkumakichi%2Fxaip-mcp-server)<a href="https://mcptoplist.com/server/io.github.xkumakichi%2Fxaip-mcp-server"><img src="https://mcptoplist.com/badge/io.github.xkumakichi%2Fxaip-mcp-server.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
xkumakichi
Other servers by xkumakichi
View all xkumakichi servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Xaip MCP Server?
- Xaip MCP Server is maintained by xkumakichi, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Xaip MCP Server listed on the Official MCP Registry?
- Yes — Xaip MCP Server is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Xaip MCP Server have?
- MCP Toplist tracks 2 versions of Xaip MCP Server, most recently published on Mar 29, 2026.
- Where can I find the source code for Xaip MCP Server?
- The source code for Xaip MCP Server is hosted at github.com/xkumakichi/xaip-protocol.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.