MCP for Morph
Connect to Morph's blazing-fast file editing via Model Context Protocol
Available Tools
ALL_TOOLS: "false"
Fast file editing only
edit_file
- Lightning-fast code edits
ALL_TOOLS: "true"
Full filesystem access
edit_file
- Fast code editsread_file
,write_file
list_directory
,create_directory
search_files
,move_file
get_file_info
+ more
Installation
1
Configure MCP Server
claude_desktop_config.json
{ "mcpServers": { "filesystem-with-morph": { "command": "npx", "args": [ "@morph-llm/morph-fast-apply", "/Users/your-username/" ], "env": { "MORPH_API_KEY": "your-api-key-here", "ALL_TOOLS": "true" } } } }
2
Get API Key
Get your API key from the dashboard and replace your-api-key-here
in the config.
3
Restart Claude
Restart Claude to load the new MCP server configuration and start using Morph's fast file editing.