
What is MCP?
MCP (Model Context Protocol) is a standard way for AI tools to read external context. The Neo Docs MCP exposes the published Neo docs athttps://neo.tvk.company/mcp, so your assistant can answer with the same source material you would otherwise search manually.
Connect the MCP
- Cursor
- Windsurf
- VS Code
- Claude Code
1
Open your project MCP settings
Create or open
.cursor/mcp.json in your project root.2
Add the Neo Docs server
3
Enable the server
Reload Cursor if needed, then enable
neo-docs when Cursor detects the new MCP server.What it can help with
With the Neo Docs MCP server enabled, your AI assistant can:Answer Neo questions
Ask about widgets, layouts, utilities, theming, properties, and examples without leaving your editor.
Generate Neo code
Ask for components or full screens that follow Neo naming, widget structure, and usage patterns.
Follow current docs
Let your assistant reference the latest docs instead of relying only on model training data.
Handle migrations
Ask your assistant to read release notes and apply documented migration steps across your codebase.
Usage
After connecting the MCP, write natural prompts in your AI assistant:Example prompts
Troubleshooting
If the server is not available in your assistant:- Check that
mcp.jsonis valid JSON. - Confirm the file is in the correct project-level folder for your tool.
- Reload or restart the IDE after changing the config.
- Open your tool’s MCP or tools settings and make sure
neo-docsis enabled. - Check your IDE logs for MCP connection errors.

