eyaltoledano/claude-task-master
NOASSERTIONAPI key requiredπ βοΈ π - AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loadi
Install
npx -y -y task-master-aiRequired environment variables
ANTHROPIC_API_KEYSet in your MCP configYOUR_ANTHROPIC_API_KEYSet in your MCP configPERPLEXITY_API_KEYSet in your MCP configYOUR_PERPLEXITY_API_KEYSet in your MCP configOPENAI_API_KEYSet in your MCP configYOUR_OPENAI_KEYSet in your MCP configGOOGLE_API_KEYSet in your MCP configYOUR_GOOGLE_KEYSet in your MCP configMISTRAL_API_KEYSet in your MCP configYOUR_MISTRAL_KEYSet in your MCP configclaude_desktop_config.json
{
"mcpServers": {
"eyaltoledano-claude-task-master": {
"command": "npx",
"args": [
"-y",
"-y",
"task-master-ai"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"YOUR_ANTHROPIC_API_KEY": "<YOUR_YOUR_ANTHROPIC_API_KEY>",
"PERPLEXITY_API_KEY": "<YOUR_PERPLEXITY_API_KEY>",
"YOUR_PERPLEXITY_API_KEY": "<YOUR_YOUR_PERPLEXITY_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"YOUR_OPENAI_KEY": "<YOUR_YOUR_OPENAI_KEY>",
"GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>",
"YOUR_GOOGLE_KEY": "<YOUR_YOUR_GOOGLE_KEY>",
"MISTRAL_API_KEY": "<YOUR_MISTRAL_API_KEY>",
"YOUR_MISTRAL_KEY": "<YOUR_YOUR_MISTRAL_KEY>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
What this does
eyaltoledano/claude-task-master exposes a set of tools to Claude over the Model Context Protocol. After you add it to claude_desktop_config.json (snippet above) and restart Claude Desktop, those tools become callable inside any conversation. That makes it useful when you want Claude to reach into the local or remote filesystem without copy-pasting context every turn.
Requirements
This server needs the following environment variables to be set before it can run:
ANTHROPIC_API_KEY YOUR_ANTHROPIC_API_KEY PERPLEXITY_API_KEY YOUR_PERPLEXITY_API_KEY OPENAI_API_KEY YOUR_OPENAI_KEY GOOGLE_API_KEY YOUR_GOOGLE_KEY MISTRAL_API_KEY YOUR_MISTRAL_KEY
Set these via the env object in your MCP config (see claude_desktop_config.json snippet above).
Common use cases
- β’Read, search, and edit files across local or remote storage
- β’Convert between file formats (markdown, PDF, docx, and similar)
- β’Drive bulk renames, organization, or archival from a chat session
More JavaScript MCP servers
PipedreamHQ/pipedream
βοΈ π - Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
Coding-Solo/godot-mcp
π π - A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.
zcaceres/markdownify-mcp
π π - An MCP server to convert almost any file or web content into Markdown
luminati-io/brightdata-mcp
π βοΈΒ -Β Discover, extract, and interact with the web - one interface powering automated access across the public internet.