flock-mcp
Flock MCP Servers and Tools
Documentation
flock-mcp
Multiple MCP servers and tools for the agent framework Flock.
Installation
This package has no main dependencies by design, allowing you to install only the tools you need. You can install it in several ways:
Option 1: Install All Tools (Recommended)
pip install flock-mcp[all]Or with uv:
uv add flock-mcp[all]This installs all available tools and dependencies.
Option 2: Install Specific Tool Groups
Choose the specific tool groups you need:
# Basic tools (web scraping, markdown, search)
pip install flock-mcp[basic-tools]
uv add flock-mcp[basic-tools]
# Azure integration tools
pip install flock-mcp[azure-tools]
uv add flock-mcp[azure-tools]
# LLM and text processing tools
pip install flock-mcp[llm-tools]
uv add flock-mcp[llm-tools]
# Code and Docker tools
pip install flock-mcp[code-tools]
uv add flock-mcp[code-tools]
# All tools (same as [all] but without extra ML dependencies)
pip install flock-mcp[all-tools]
uv add flock-mcp[all-tools]Option 3: Combine Multiple Groups
You can combine multiple optional dependency groups:
pip install flock-mcp[basic-tools,azure-tools]
uv add flock-mcp[basic-tools,azure-tools]Option 4: Base Installation Only
Install just the base package without any optional dependencies:
pip install flock-mcp
uv add flock-mcpAvailable Tool Groups
- `basic-tools`: Web scraping (docling, tavily-python), markdown processing (markdownify), search (duckduckgo-search)
- `azure-tools`: Azure cloud integration (azure-identity, azure-storage-blob, azure-search-documents)
- `llm-tools`: Natural language processing (nltk)
- `code-tools`: Code analysis and containerization (docker)
- `all-tools`: All of the above tool groups
- `all`: All tools plus additional ML/AI dependencies (datasets, rouge-score, sentence-transformers, zep-python, mem0ai, chromadb, matplotlib)
Usage
After installation, you can use the various MCP servers and tools provided by this package with the Flock agent framework.
# eg
from flock.tools.file_tools import file....Frequently asked questions
What is flock-mcp?
flock-mcp is Flock MCP Servers and Tools
How do I install flock-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is flock-mcp open source?
Yes — it is hosted on GitHub at https://github.com/whiteducksoftware/flock-mcp and has 2 stars.
Related MCP tools
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.
A simple, secure MCP-to-OpenAPI proxy server Python-based implementation. Trusted by 3500+ developers. Trusted by 3500+ developers.
MCP server that interacts with Obsidian via the Obsidian rest API community plugin Python-based implementation. Trusted by 2300+ developers.
Default Configuration: MCP CLI defaults to using Ollama with the gpt-oss reasoning model for local, privacy-focused operation without requiring API keys.
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP