Xcodemcp
Rank #8,547io.github.lapfelix/xcodemcp
MCP server providing xcodemcp capabilities
Xcodemcp is a Model Context Protocol (MCP) server published by lapfelix. It ranks #8,547 of 132,046 servers tracked on MCP Toplist, and its repository has 58 GitHub stars. Xcodemcp is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 3 tracked versions. It was first listed on Jun 4, 2025 and most recently updated on Sep 18, 2025.
Ranks ahead of 123,499 of 132,046 servers on MCP Toplist.
Use Xcodemcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xcodemcp -- npx -y xcodemcp[mcp_servers.xcodemcp]
command = "npx"
args = ["-y", "xcodemcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"xcodemcp": {
"command": "npx",
"args": [
"-y",
"xcodemcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"xcodemcp": {
"command": "npx",
"args": [
"-y",
"xcodemcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"xcodemcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xcodemcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"xcodemcp": {
"command": "npx",
"args": [
"-y",
"xcodemcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"xcodemcp": {
"command": "npx",
"args": [
"-y",
"xcodemcp"
]
}
}
}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.lapfelix%2Fxcodemcp)<a href="https://mcptoplist.com/server/io.github.lapfelix%2Fxcodemcp"><img src="https://mcptoplist.com/badge/io.github.lapfelix%2Fxcodemcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
lapfelix
Available versions (3)
| Version | Published |
|---|---|
| 2.1.4 | Sep 18, 2025 |
| 2.1.2 | Sep 16, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Xcodemcp?
- Xcodemcp is maintained by lapfelix, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Xcodemcp listed on the Official MCP Registry?
- Yes — Xcodemcp is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Xcodemcp have?
- MCP Toplist tracks 3 versions of Xcodemcp, most recently published on Sep 18, 2025.
- Where can I find the source code for Xcodemcp?
- The source code for Xcodemcp is hosted at github.com/lapfelix/xcodemcp.
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.