How Can I Create an Agent Using Claude?

0
0
Asked By CreativeCactus42 On

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

Answered By TaskMaster77 On

I'm building something similar using n8n. It's pretty flexible and might be worth exploring for your project.

Answered By QueryWizard34 On

What if I want to connect my own API or handle another server-proxy between the LLM API? Can that work for modifying requests?

Answered By TechGuru99 On

You should check out Lyzr AI Studio. They support Anthropic models and offer an API that could be useful for your needs.

Answered By Innovator_Knight On

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!

Answered By CodeNinja12 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.