A Model Context Protocol (MCP) server that provides useful developer tools for local development.
{
"mcpServers": {
"mcp-server-devtools": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides useful developer tools for local development.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 98 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Devtools and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides useful developer tools for local development.
MCP DevTools is built with the official MCP Go SDK and exposes a collection of tools through a standardized interface, allowing AI assistants and other MCP clients to interact with your local development environment.
This MCP server provides the following tools:
color_convert - Convert CSS color values between various formats
#ff5733, rgb(255, 87, 51), hsl(9, 100%, 60%), or named colors like red)get_ip_address - Get the current computer's IP addresses
get_current_time - Get the current server time
list_old_downloads - Find old files in Downloads folder
list_installed_apps - List installed applications
/Applications directoryopen_in_browser - Open URLs in the default browser
curl -fsSL https://github.com/release-lab/install/raw/v1/install.sh | bash -s -- -r=axetroy/mcp-server-devtools -e=mcp-server-devtools
$r="axetroy/mcp-server-devtools";$e="mcp-server-devtools";iwr https://github.com/release-lab/install/raw/v1/install.ps1 -useb | iex
Download the pre-built executable from the GitHub Releases page and add it to your $PATH.
Requires Go 1.21 or later:
go install github.com/axetroy/mcp-server-devtools/cmd/mcp-server-devtools@latest
To use this server with an MCP client, add it to your client's configuration file.
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"devtools": {
"command": "mcp-server-devtools"
}
}
}
For other MCP clients, configure them to run:
mcp-server-devtools
The server communicates via stdin/stdout following the Model Context Protocol specification.
Once configured, your MCP client can use the available tools. The server will: