MCP Server Configuration
Configure and run our tools as an MCP server. Integrate powerful utilities directly into Claude Desktop and other AI assistants via Model Context Protocol.
Select Tools
Analizadores(12 available)
Calculadoras(31 available)
Codificadores y Decodificadores(12 available)
Comparadores(4 available)
Conversores de Datos(50 available)
datetime-converters(4 available)
Formateadores y Minificadores(15 available)
Generadores(26 available)
Herramientas de IA(30 available)
Herramientas MCP(10 available)
Manipuladores(43 available)
Validadores y Probadores(11 available)
Configuration
{
"mcpServers": {
"tools-collection": {
"command": "npx",
"args": [
"-y",
"@tools-collection/mcp"
]
}
}
}Setup Instructions
1. Get Configuration
Copy the JSON above or download the configuration file.
2. Locate Config File
Open the Claude Desktop config file at:~/Library/Application Support/Claude/claude_desktop_config.json (macOS)%APPDATA%\Claude\claude_desktop_config.json (Windows)
3. Apply Changes
Paste the configuration into the file. If you downloaded the file, you can replace the existing one (backup first!) or merge the contents.