I'm looking to create an agent using Claude for task management. The idea is to have Claude clarify tasks with self-generated questions that I can answer, break down those tasks into manageable parts, and execute them one at a time with the help of MCP, adjusting as necessary. Are there any existing tools that can help me achieve this without having to build everything from scratch? I'm planning to interact with the API via a custom mediator server instead of directly using the Anthropic API.
5 Answers
I'm building something similar using n8n. It's pretty flexible and might be worth exploring for your project.
What if I want to connect my own API or handle another server-proxy between the LLM API? Can that work for modifying requests?
You should check out Lyzr AI Studio. They support Anthropic models and offer an API that could be useful for your needs.
This is what we're working on at toolhouse.ai! We recently released an open-source Toolhouse MCP server, which might fit your requirements. Check it out on GitHub!
Give my project, atlas-mcp-server, a shot! It should cover a lot of what you're looking for, and you can fork it to make your own modifications.
Related Questions
xAI Grok Token Calculator
DeepSeek Token Calculator
Google Gemini Token Calculator
Meta LLaMA Token Calculator
OpenAI Token Calculator