Connect to AI Tools
After deploying your MCP server, connect it to your AI assistant in seconds.
The config snippet
After deployment, you receive a JSON snippet:
{
"mcpServers": {
"my-docs": {
"url": "https://appatools.com/mcp-studio/api/mcp/my-docs/sse"
}
}
}
Supported clients
Cursor
- Open Settings → MCP Servers
- Paste the JSON config
- Restart Cursor
Claude Desktop
- Open Settings → Developer → Edit Config
- Add your server to the
mcpServersobject - Restart Claude Desktop
Windsurf
- Open your MCP configuration file
- Add the server entry
- Restart Windsurf
Other MCP clients
Any client that supports the MCP standard can connect using the SSE endpoint URL. This includes VS Code extensions, JetBrains plugins, Neovim, and custom integrations.
Verify the connection
Once connected, your AI tool should list the MCP tools you selected (e.g., search_docs, get_code_examples). Try asking a question related to your indexed sources — the AI agent should call your MCP tools automatically.
What if it's not working?
- Make sure you copied the full JSON snippet including the outer
mcpServerswrapper - Check that your MCP server's status is Active on the Dashboard
- Restart your AI tool after adding the config
- If sources are still indexing, the server works but may use live fetching (slightly slower)