mcpify
Rank #8,721io.github.furkan708/mcpify
Focused, production-ready CLI: turn any OpenAPI REST API into an MCP server.
mcpify is a Model Context Protocol (MCP) server published by furkan708. It ranks #8,721 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcpify is listed on Official MCP, with 4 tracked versions. It was first listed on Aug 28, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 106,739 of 115,460 servers on MCP Toplist.
Use mcpify
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcpify -- uvx mcpify-openapi[mcp_servers.mcpify]
command = "uvx"
args = ["mcpify-openapi"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcpify": {
"command": "uvx",
"args": [
"mcpify-openapi"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcpify": {
"command": "uvx",
"args": [
"mcpify-openapi"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcpify": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpify-openapi"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcpify": {
"command": "uvx",
"args": [
"mcpify-openapi"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcpify": {
"command": "uvx",
"args": [
"mcpify-openapi"
]
}
}
}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.furkan708%2Fmcpify)<a href="https://mcptoplist.com/server/io.github.furkan708%2Fmcpify"><img src="https://mcptoplist.com/badge/io.github.furkan708%2Fmcpify.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
furkan708
Other servers by furkan708
View all furkan708 servers →Available versions (4)
| Version | Published |
|---|---|
| 1.11.0 | Aug 30, 2026 |
| 1.10.0 | Aug 30, 2026 |
| 1.0.3 | Aug 28, 2026 |
| 1.0.1 | Aug 28, 2026 |
Frequently asked questions
- Who maintains mcpify?
- mcpify is maintained by furkan708, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is mcpify listed on the Official MCP Registry?
- Yes — mcpify is listed on the Official MCP Registry.
- How many versions does mcpify have?
- MCP Toplist tracks 4 versions of mcpify, most recently published on Aug 30, 2026.
- Where can I find the source code for mcpify?
- The source code for mcpify is hosted at github.com/furkan708/mcpify.