My Tools MCP Server
Overview
My Tools MCP Server is a server designed to allow personal automation tools to be utilized by AI agents.
To use the MCP server, create a project directory, set up the server using the provided commands, and add tools by editing the server's configuration files.
- Integration of personal automation tools with AI agents. - Support for both public and private repositories. - Ability to call Python scripts from the server.
- Automating personal tasks using AI.
- Managing and organizing various automation tools in one server.
- Running Python scripts through an AI interface.
Add to your AI client
Use these steps to connect My Tools MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"my-tools-mcp-server-public-preview-nishio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-my-tools-mcp-server-public-preview-nishio"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"my-tools-mcp-server-public-preview-nishio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-my-tools-mcp-server-public-preview-nishio"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"my-tools-mcp-server-public-preview-nishio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-my-tools-mcp-server-public-preview-nishio"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"my-tools-mcp-server-public-preview-nishio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-my-tools-mcp-server-public-preview-nishio"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"my-tools-mcp-server-public-preview-nishio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-my-tools-mcp-server-public-preview-nishio"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"my-tools-mcp-server-public-preview-nishio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-my-tools-mcp-server-public-preview-nishio"
]
}
}
}FAQ
Can I use this server for any automation tool?
Yes! You can integrate various personal automation tools with the MCP server.
Is the server open-source?
Yes! The public repository is available for anyone to use and contribute.
How do I add new tools to the server?
You can add new tools by editing the server's configuration files and defining the tool's parameters.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1511,"uuid":"ddf2dbdc-279f-47fd-8af4-527cc6250679","name":"my-tools-mcp-server-public-preview","title":"My Tools MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/315198?v=4","created_at":"2025-02-20T16:08:57.417Z","updated_at":"2025-02-23T07:22:05.363Z","status":"created","author_name":"nishio","author_avatar_url":"https://avatars.githubusercontent.com/u/315198?v=4","tags":"my-tools,mcp-server,automation","category":"os-automation","is_featured":false,"sort":1,"url":"https://github.com/nishio/my-tools-mcp-server-public-preview","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]