How to Use the Wiktionary MCP in Cursor
Get live word definitions and summaries injected directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Wiktionary MCP to Cursor
Create your Vinkius account to connect Wiktionary to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Injecting definitions via MCP Server.
Need to reference a technical term in a docstring or comment? Use `get_word_definition` to pull the exact definition and inject it right into your code block. The AI agent calls the tool, and you get live data without leaving Cursor. It's like having an instant dictionary lookup that writes itself into the file you're working on. No copy-pasting needed.
Contextual summaries with Wiktionary.
Stuck trying to remember the background of a concept? `get_word_summary` lets your agent pull context and summarize an idea, injecting that text into your current function or file. This keeps your coding flow going. The AI generates working code using real API responses—not stubs—so you know the data is accurate for whatever system you're building.
Project-scoped MCP Server configuration.
You set up the Wiktionary server in `.cursor/mcp.json` right in your project root. This means every developer working on this repo has immediate, consistent access to these tools. It keeps the whole team aligned and makes sure everyone uses the same reliable data source for definitions and summaries.
Set up Wiktionary MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Wiktionary MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Wiktionary transactions." If the MCP tools are loaded correctly, Cursor will call the Wiktionary tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"wiktionary-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Wiktionary. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Wiktionary MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Wiktionary MCP today
We host it, we monitor it, we maintain it. You just paste one token.