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