Multi-Source Documentation MCP Server
A Model Context Protocol (MCP) server that enables AI assistants like Claude to search and query documentation from multiple sources. Currently supports Voiceflow and Claude Code documentation.
π Quick Start
Prerequisites
Python 3.10 or higher
uv package manager
Installation
Running the Server
π§ Configuration
Claude Desktop Integration
Add this configuration to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
After adding the configuration, restart Claude Desktop.
π Available Tools
The server provides 6 specialized tools for documentation access:
Tool | Description |
| Full-text search across all documentation sources with relevance ranking |
| Retrieve a specific document by its exact path or identifier |
| Search for code snippets and examples across documentation |
| List available documentation categories and topics |
| Get integration-specific documentation and guides |
| Find step-by-step tutorials and walkthroughs |
π Project Structure
π οΈ Technical Details
Documentation Database
Storage: SQLite database with full-text search (FTS5)
Sources: Multi-source support (Voiceflow, Claude Code, extensible)
Indexing: Automatic on first run, incremental updates supported
Search: Full-text search with BM25 relevance ranking
Dependencies
Package | Purpose |
| MCP server framework |
| HTML parsing and cleaning |
| Async HTTP client for fetching docs |
| HTML to Markdown conversion |
| Web scraping for documentation |
| Parse YAML frontmatter in Markdown |
| YAML processing |
Data Sources
Voiceflow Documentation (182 files)
Complete Voiceflow platform documentation
API references, guides, tutorials
Integration documentation
Claude Code Documentation (12 files)
Claude Code feature documentation
Setup and configuration guides
Best practices and troubleshooting
π Usage Examples
Searching Documentation
Querying Specific Documents
π§ͺ Development
Project Status
β Multi-source documentation support
β Full-text search with relevance ranking
β 6 specialized MCP tools
β SQLite database with FTS5
β Automatic documentation indexing
β Claude Desktop integration
Adding New Documentation Sources
The server is designed to support multiple documentation sources. To add a new source:
Add documentation files to
data/your-source-name/Update configuration in
voiceflow_docs_mcp/config.pyThe server will automatically index new files on restart
π€ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Development Setup
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Acknowledgments
Built with FastMCP - A Python framework for MCP servers
Documentation sourced from Voiceflow and Claude Code
Designed for use with Claude Desktop
π Support
For issues, questions, or contributions, please open an issue on GitHub.
Note: This is an unofficial community project and is not affiliated with Anthropic or Voiceflow.