0xanmol/dynamic-mcp-server
If you are the rightful owner of dynamic-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Dynamic Labs MCP Server provides comprehensive access to Dynamic Labs documentation, GitHub repositories, API references, and code examples through a Model Context Protocol (MCP) server.
Dynamic Labs MCP Server
MCP server for Dynamic Labs docs and repos. Exposes Dynamic's documentation and GitHub content to Claude.
Features
- Search Dynamic docs
- Fetch specific doc pages
- Browse docs by section
- Search GitHub repos
- Read repo files/directories
- List all Dynamic repos
- Get docs index
Installation
# Add to Claude Code
claude mcp add dynamic --scope user -- npx dynamic-mcp-server
# Or install globally
npm install -g dynamic-mcp-server
claude mcp add dynamic --scope user -- dynamic-mcp-server
# Or run locally
git clone <repo>
cd dynamic-mcp-server
npm install
claude mcp add dynamic --scope project -- node dynamic-mcp-server.js
Tools
search_dynamic_docs
Search Dynamic docs by query.
Params:
query(string): Search term
get_dynamic_page
Get full content of a specific docs page.
Params:
url(string): Docs page path (e.g., "/docs/introduction/welcome")
search_github_repos
Search Dynamic GitHub repos.
Params:
query(string): Search term
get_repo_content
Read files/directories from a repo.
Params:
repo(string): Repo name (e.g., "public-wallet-connectors")path(string, optional): File/directory path
list_dynamic_repos
List all Dynamic repos.
get_documentation_index
Get docs index with navigation.
navigate_docs_by_section
Browse docs by section.
Params:
section(string): Section name (e.g., "authentication", "wallets", "sdk")
Usage
Ask Claude things like:
- "Search Dynamic docs for wallet integration"
- "Get the API reference page"
- "Show me Dynamic's GitHub repos"
- "Find React examples in Dynamic repos"
Or test directly:
node dynamic-mcp-server.js
Data Sources
- Dynamic docs:
https://www.dynamic.xyz/docs/ - Dynamic GitHub:
https://github.com/dynamic-labs
Requirements
- Node.js 18+
- Internet connection
License
MIT