Skip to main content
LynxHub hosts an open Model Context Protocol (MCP) search server at https://docs.lynxhub.app/mcp. Connecting your AI application to the LynxHub MCP server allows your model to interactively search, browse, and retrieve up-to-date LynxHub documentation while generating responses.

Hosted MCP URL

You can connect your AI client to LynxHub’s public search MCP server using:

Available MCP tools and resources

When connected, your AI agent gains access to the following capabilities:

Tools

  • search: Searches across all LynxHub documentation pages to find relevant snippets and topic URLs matching a query.
  • query docs filesystem: Reads virtual documentation directories and fetches full Markdown contents of specific LynxHub pages in a single batch call.
  • submit feedback: Allows AI agents to report outdated or missing documentation back to the LynxHub team.

Resources

  • skill.md: Exposes LynxHub skills as MCP resources so your agent can inspect actionable workflows without additional CLI setup.

Connect AI tools to the LynxHub MCP server

Follow the setup instructions below for your preferred AI tool or editor:
To connect LynxHub documentation to Claude:
1

Open connector settings

Navigate to the Connectors section in your Claude Settings.
2

Add custom connector

Click Add custom connector and fill in the details:
  • Name: LynxHub
  • URL: https://docs.lynxhub.app/mcp
3

Select in chat

In your Claude chat window, click the attachments icon (+), select LynxHub, and ask your question.

Which AI integration to use and when

LynxHub provides three complementary AI integration standards. Refer to the matrix below to choose the best option for your workflow:
Pro-tip: For the best coding experience in Cursor or VS Code, connect the MCP Server for real-time doc lookups, and load skill.md when building custom LynxHub extensions.
Last modified on July 20, 2026