MCP Server
Rank #38,134io.github.wazionapps/mcp-server
MCP server providing server capabilities
MCP Server is a Model Context Protocol (MCP) server published by wazionapps. It ranks #38,134 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 6, 2026.
Ranks ahead of 93,979 of 132,113 servers on MCP Toplist.
Use MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http wazionapps https://www.wazion.com/api/mcp/This endpoint requires authentication — see the server’s docs for credentials.
claude mcp add wazionapps -e "WAZION_API_KEY=<your WAZION_API_KEY>" -- npx -y wazion-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.wazionapps]
url = "https://www.wazion.com/api/mcp/"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.wazionapps]
command = "npx"
args = ["-y", "wazion-mcp-server"]
[mcp_servers.wazionapps.env]
WAZION_API_KEY = "<your WAZION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://www.wazion.com/api/mcp/Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"wazionapps": {
"command": "npx",
"args": [
"-y",
"wazion-mcp-server"
],
"env": {
"WAZION_API_KEY": "<your WAZION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wazionapps": {
"url": "https://www.wazion.com/api/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"wazionapps": {
"command": "npx",
"args": [
"-y",
"wazion-mcp-server"
],
"env": {
"WAZION_API_KEY": "<your WAZION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wazionapps": {
"type": "http",
"url": "https://www.wazion.com/api/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"wazionapps": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wazion-mcp-server"
],
"env": {
"WAZION_API_KEY": "<your WAZION_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wazionapps": {
"serverUrl": "https://www.wazion.com/api/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"wazionapps": {
"command": "npx",
"args": [
"-y",
"wazion-mcp-server"
],
"env": {
"WAZION_API_KEY": "<your WAZION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wazionapps": {
"url": "https://www.wazion.com/api/mcp/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"wazionapps": {
"command": "npx",
"args": [
"-y",
"wazion-mcp-server"
],
"env": {
"WAZION_API_KEY": "<your WAZION_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.wazionapps%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.wazionapps%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.wazionapps%2Fmcp-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
wazionapps
Other servers by wazionapps
View all wazionapps servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by wazionapps, which publishes 2 MCP servers (54 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP Server have?
- MCP Toplist tracks 2 versions of MCP Server, most recently published on Mar 6, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/wazionapps/mcp-server.
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.