Learning & Documentation MCP Servers

MCP servers for documentation, knowledge bases, education, research and reference data. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Docs Source verified npm
A
@mastra/mcp-docs-server

Security scan results for the Docs MCP server.

Learning & Documentation Score 100/100 1 finding 26k/wk Cap. Moderate
Client Mcp Core npm
A
@metamask/client-mcp-core

Security scan results for the Client Mcp Core MCP server.

Learning & Documentation Score 100/100 4 findings 14k/wk Cap. High
Plugin Source verified npm
A
@kubb/plugin-mcp

Security scan results for the Plugin MCP server.

Learning & Documentation Score 100/100 2 findings 8.5k/wk Cap. High
Jira Source verified npm
A
@atlassian-dc-mcp/jira

Security scan results for the Jira MCP server.

Learning & Documentation Score 100/100 0 findings 7.1k/wk Cap. Minimal
Smrt Dev npm
A
@happyvertical/smrt-dev-mcp

Security scan results for the Smrt Dev MCP server.

Learning & Documentation Score 100/100 1 finding 5.4k/wk Cap. High
Mcpvault npm
A
@bitbonsai/mcpvault

Security scan results for the Mcpvault MCP server.

Learning & Documentation Score 100/100 0 findings 4.2k/wk Cap. Minimal
Agentmail Source verified npm
A
agentmail-mcp

Security scan results for the Agentmail MCP server.

Learning & Documentation Score 100/100 0 findings 4.0k/wk Cap. Minimal
Cds Source verified npm
A
@coinbase/cds-mcp-server

Security scan results for the Cds MCP server.

Learning & Documentation Score 100/100 1 finding 3.4k/wk Cap. High
Docs Source verified npm
A
@assistant-ui/mcp-docs-server

Security scan results for the Docs MCP server.

Learning & Documentation Score 100/100 1 finding 2.9k/wk Cap. Moderate
Baron npm
A
@lonca/baron-mcp-server

Security scan results for the Baron MCP server.

Learning & Documentation Score 100/100 0 findings 2.0k/wk Cap. Minimal
Macos Automator npm
A
@steipete/macos-automator-mcp

Security scan results for the Macos Automator MCP server.

Learning & Documentation Score 100/100 1 finding 1.7k/wk Cap. High
Xsuaa Auth Source verified npm
A
@arc-mcp/xsuaa-auth

Security scan results for the Xsuaa Auth MCP server.

Learning & Documentation Score 100/100 0 findings 1.7k/wk Cap. Minimal
Shadcn Ui npm
A
shadcn-ui-mcp-server

Security scan results for the Shadcn Ui MCP server.

Learning & Documentation Score 100/100 0 findings 1.6k/wk Cap. Minimal
Redhat Manpage Data npm
A
mcp-redhat-manpage-data

Security scan results for the Redhat Manpage Data MCP server.

Learning & Documentation Score 100/100 0 findings 1.6k/wk Cap. Minimal
Loupekit npm
A
@loupekit/mcp

Security scan results for the Loupekit MCP server.

Learning & Documentation Score 100/100 0 findings 1.6k/wk Cap. Minimal
Docs Source verified npm
A
@seed-design/docs-mcp

Security scan results for the Docs MCP server.

Learning & Documentation Score 100/100 0 findings 1.5k/wk Cap. Minimal
Vitest Agent Source verified npm
A
@vitest-agent/mcp

Security scan results for the Vitest Agent MCP server.

Learning & Documentation Score 100/100 0 findings 1.3k/wk Cap. Minimal
Egypt Research Source verified npm
A
egypt-research-mcp

Security scan results for the Egypt Research MCP server.

Learning & Documentation Score 100/100 1 finding 1.3k/wk Cap. High
React npm
A
@heroui/react-mcp

Security scan results for the React MCP server.

Learning & Documentation Score 100/100 1 finding 1.1k/wk Cap. High
Atlassian Confluence Source verified 2 implementations
A
best: atlassian-confluence-mcp-server

Security scan results for the Atlassian Confluence MCP server.

Learning & Documentation Best score 100/100 0 findings 1.1k/wk Cap. Minimal
Opensip Cli Source verified npm
A
@opensip-cli/mcp

Security scan results for the Opensip Cli MCP server.

Learning & Documentation Score 100/100 1 finding 922/wk Cap. High
Oilpriceapi Source verified npm
A
oilpriceapi-mcp

Security scan results for the Oilpriceapi MCP server.

Learning & Documentation Score 100/100 0 findings 758/wk Cap. Minimal
Tencent Rtc npm
A
@tencent-rtc/mcp

Security scan results for the Tencent Rtc MCP server.

Learning & Documentation Score 100/100 0 findings 718/wk Cap. Minimal
Outline 3 implementations
A
best: outline-mcp-server

Security scan results for the Outline MCP server.

Learning & Documentation Best score 100/100 1 finding 632/wk Cap. Minimal

MCP servers for documentation, wikis and academic research

An AI assistant is only as current as its last training run, which is why hallucinated API signatures and stale citations are so common. Servers in this category close that gap: through the Model Context Protocol, a client like Claude or Cursor pulls live reference material — framework and API docs, team knowledge bases, dictionaries and encyclopedias, paper indexes such as arXiv or PubMed — the moment a question needs it. What that enables, and what can go wrong:

  • Accurate code answers — the assistant reads real function signatures and changelogs instead of inventing them.
  • Literature review in chat — abstracts, citations and metadata pulled from academic indexes and summarized without leaving the conversation.
  • Grounded wiki Q&A — answers drawn from internal documentation rather than guesswork or copy-pasted pages.
  • Prompt injection risk — fetched "documentation" lands unfiltered in the model's context, and people trust reference text almost blindly, so a malicious MCP server can bury instructions in a doc page and steer the assistant into misusing other connected tools.
  • Quiet exfiltration risk — a server that reads a private knowledge base but also has unexplained network egress can leak proprietary content, and popular doc-lookup names attract typosquatted clones on npm and PyPI.

What a Trust Score reveals about a learning MCP server

Every listing in the MCP Trust Registry is scanned by a deterministic open-source engine — no LLM in the loop, no paid placement, and identical input always produces the identical result. The scan maps a package's actual capabilities into an A-F Trust Score with evidence attached: which hosts it contacts, what it can read or write, how far its blast radius extends. For this category the healthy pattern is narrow — a docs tool should fetch reference data and stop, so shell access or broad filesystem reach is a security finding worth reading closely. Any npm or PyPI package can be checked on demand through the free scan API, and adjacent tooling lives under Cloud & DevOps and Other.

Can a read-only documentation MCP server still be dangerous?

Yes — read-only describes the documents, not the threat model. Whatever text the server returns enters the assistant's context unfiltered, so a compromised source can attempt prompt injection against every other tool you have connected. Check the Trust Score and capability profile before installing, and treat scores as automated opinions about published code, not certifications.