Provides text editing and file manipulation via MCP. Exposes text editing, file creation, and management. Integrates with local file systems. Useful for developers needing text processing and file handling in AI workflows.
Provides text editing and file manipulation via MCP. Exposes text editing, file creation, and management. Integrates with local file systems. Useful for developers needing text processing and file handling in AI workflows.
npx -y mcp-server-text-editorAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"bhouston-mcp-server-text-editor-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-server-text-editor"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from text editor?"
No configuration required. This server works out of the box.
"What resources are available in text editor?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in text editor"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in text editor with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.