Navigation
Mobile DocsNavigation
Mobile DocsConnect to Model Context Protocol servers
Connect to MCP servers to access resources, tools, and prompts. MCP is an open protocol that enables seamless integration between LLM applications and external data sources.
Layout: full
Options: List Resources, Read Resource, List Tools, Call Tool
Placeholder: http://localhost:3000/mcp or stdio://path/to/server.js
Layout: full
Placeholder: resource://path/to/resource
Layout: full
Condition: operation = "read_resource"
Placeholder: tool-name
Layout: half
Condition: operation = "call_tool"
Placeholder: { "param1": "value1", "param2": "value2" }
Layout: full
Condition: operation = "call_tool"
Placeholder: prompt-name
Layout: half
Condition: operation = "get_prompt"
Placeholder: { "param1": "value1", "param2": "value2" }
Layout: full
Condition: operation = "get_prompt"
Placeholder: 30000
Layout: half
Required
Required
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"success": "boolean",
"result": "json",
"error": "string"
}