Anthropic API based research Agent for linux (tested on Ubuntu Studio 26.04 LTS). Functions as a CLI agent, MCP Client and an MCP Server and can run any command as your user on your linux box using bash. No prompt approvals. No babysitting. An unrestricted AI development experiment.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"researchmesh": {
"command": "uvx",
"args": [
"researchmesh"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add researchmesh uvx researchmesh
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"researchmesh": {
"command": "uvx",
"args": [
"researchmesh"
]
}
}
}
📋 Copy
Or install with pip: pip install researchmesh
README Excerpt
> *Unofficial, community-built client — not affiliated with or endorsed by Anthropic. "Claude" is a trademark of Anthropic.* ┌── /think ├── /clear ├── /voice ├── /listen ├── /model │ ├── Bash / Linux ├── Filesystem ├── LibreOffice ResearchMesh ──┼── Playwright ├── MCP #1 ├── MCP #2 ├── MCP #3 └── ...
Tools (20)
ANTHROPIC_API_KEY CLAUDE_DISPLAY_SIZE CLAUDE_KERNEL_ENCRYPTION CLAUDE_MEMORY_DIR RESEARCHMESH_MCP_TOKEN alpaca bash computer config_edit desktop document_convert interactive_run listen memory midi1 n8n python speak sql_query str_replace_based_edit_tool
Topics
agent ai-agent claude-api linux mcp-client mcp-server ubuntu2604lts ubuntustudio