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