This MCP server provides documentation search functionality. It exposes a search tool that queries documentation and integrates with LLM clients. It connects to documentation sources and is used by developers building AI agents that need to access and search documentation.
This MCP server provides documentation search functionality. It exposes a search tool that queries documentation and integrates with LLM clients. It connects to documentation sources and is used by developers building AI agents that need to access and search documentation.
pip install mcp-server-exampleAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"alejandro-ao-mcp-server-example-github": {
"command": "uvx",
"args": [
"pip install mcp-server-example"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from example?"
No configuration required. This server works out of the box.
"What resources are available in example?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in example"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in example with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.