Utilities MCPs
3,282 MCP servers found
mcp-text-editor
by tumf
Line-oriented editing with token-efficient partial access, hash-validated concurrency, and multi-file patching for fast, safe text automation.
daydreams
by daydreamsai
Composable, memoryful AI agent framework with native MCP integration and TypeScript-first design for scalable, tool-accessible agents.
clojure-mcp
by bhauman
Clojure MCP
OpenContext
by 0xranx
A personal context store for AI agents and assistants—reuse your existing coding agent CLI (Codex/Claude/OpenCode) with built‑in Skills/tools and a desktop GUI to capture, search, and reuse project knowledge across agents and repos.
applescript-mcp
by joshrutkowski
A modular MCP server enabling AI apps to control macOS with AppleScript, offering rich, category-based automation and native scripting integration.
claude-post
by ZilongXue
ClaudePost enables seamless email management for Gmail, offering secure features like email search, reading, and sending.
RedNote-MCP
by iFurySt
🚀MCP server for accessing RedNote(XiaoHongShu, xhs).
unreal-mcp
by chongdashu
Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
mcp-client-for-ollama
by jonigl
A text-based user interface (TUI) client for interacting with MCP servers using Ollama. Features include agent mode, multi-server, model switching, streaming responses, tool management, human-in-the-loop, thinking mode, model params config, MCP prompts, custom system prompt and saved preferences. Built for developers working with local LLMs.
inoyu-mcp-unomi-server
by inoyu-dev
Interact with an Apache Unomi CDP customer data platform to retrieve and update customer profiles
mcp-client-cli
by adhikasp
Lightweight CLI to run MCP-enabled prompts with multiple LLM backends, modular MCP servers, tool integration, and prompt templates.
random-number-mcp
by zazencodes
Provides LLMs with essential random generation abilities, built entirely on Python's standard library.
fast-filesystem-mcp
by efforthye
Advanced filesystem operations with large file handling capabilities and Claude-optimized features. Provides fast file reading/writing, sequential reading for large files, directory operations, file search, and streaming writes with backup & recovery.
mcp-git-ingest
by adhikasp
Analyzes GitHub repos to reveal structure and key files with deterministic cloning and a Unicode tree view.
mem-agent-mcp
by firstbatchxyz
mem-agent mcp server
work-iq
by microsoft
MCP Server and CLI for accessing Work IQ
excel-mcp-server
by negokaz
Excel-focused data access tool that reads/writes cells, formulas, creates sheets, with Windows live editing and screen capture support.
lldb-mcp
by stass
A Model Context Protocol server for LLDB that provides LLM-driven debugging.
kicad-mcp
by lamaalrajih
MCP server for KiCad on Mac, Windows, and Linux.
k8s-mcp-server
by reza-gholizade
A Model Context Protocol-based interface enabling Kubernetes resource discovery, management via YAML/JSON, logs, metrics, and events.
colab-mcp
by googlecolab
An MCP server for interacting with Google Colab
claw-orchestrator
by Enderfga
Run Claude Code, Codex, Gemini, Cursor Agent and custom coding CLIs as one unified runtime for claw-style agent systems. Runs standalone, with first-class OpenClaw plugin support.
mcp-sequentialthinking-tools
by spences10
Lightweight scratchpad for recording sequential reasoning steps with history, branching, revision metadata, and optional validation of tool plans.
claude-code-cli
by huangserva
这是 Claude Code 的 CLI 客户端主体(src/ 目录),即整个终端交互层的源码。具体包含: 1. CLI 入口与命令解析 — main.tsx(4684行)、entrypoints/(CLI 模式、SDK 模式、MCP 模式) 2. 终端 UI 渲染 — components/(144 个组件,用 React + Ink 渲染终端界面) 3. 工具系统 — tools/(43 个工具,Bash、文件读写编辑、Grep、Glob、Web 搜索等) 4. API 通信层 — services/api/(与 Anthropic 后端通信) 5. MCP 协议 6. 多 Agent/Team 协作 l 7. 认证与策略 8. 辅助服务 等