InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 23 Python claude Projects
-
This guy, Seth Hobson has been doing something special for the past few months. He's curated over 80 specialized sub-agents that you can install instantly. We're talking about sub agents for database management, API testing, code review - the whole production ready system. It's like having a team of demand specialists.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
ChuanhuChatGPT
GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.
-
-
FastAPI MCP - Expose your FastAPI endpoints as MCP tools with auth. 🆓 🔑
-
-
Found a GitHub list of free LLM APIs 🏆
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
- Project mention: Show HN: Claude Code Usage Monitor – real-time tracker to dodge usage cut-offs | news.ycombinator.com | 2025-06-19
If the repo was structured as a package e.g. with project.toml and such there would be an even faster one-liner with pipx (https://pipx.pypa.io/latest/):
> pipx install git+https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor
> ccusage_monitor
I think there is a similar command for uv; uvx?
-
griptape
Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
-
elia
A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.
-
basic-memory
AI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Project mention: Ask HN: What Are You Working On? (December 2025) | news.ycombinator.com | 2025-12-10 -
-
-
MiroFlow
MiroMind Research Agent: Fully Open-Source Deep Research Agent with Reproducible State-of-the-Art Performance on FutureX, GAIA, HLE, BrowserComp and xBench.
Project mention: Building a Prediction Market App with MiroFlow: A Technical Deep Dive | dev.to | 2025-10-07As we develop https://askpaul.ai, a cutting-edge prediction market application, we've integrated MiroMindAI's MiroFlow framework to power our market outcome predictions. This powerful open-source research agent framework has proven instrumental in handling the complex, multi-step internet research tasks that underpin accurate forecasting. In this technical blog post, we'll explore the architecture of MiroFlow (available at https://github.com/MiroMindAI/MiroFlow) and examine how its design enables robust predictive capabilities.
-
openai-edge-tts
Free, high-quality text-to-speech API endpoint to replace OpenAI, Azure, or ElevenLabs
Project mention: Open source TTS by Resemble (claiming they are sota) | news.ycombinator.com | 2025-06-11It can definitely run on CPU — but I'm not sure if it can run on a machine without a GPU _entirely_.
To be honest, it uses a decently large amount of resources. If you had a GPU, you could expect about 4-5 gb memory usage. And given the optimizations for tensors on GPUs, I'm not sure how well thinks would work "CPU only".
If you try it, let me know. There are some "CPU" Docker builds in the repo you could look at for guidance.
If you want free TTS without using local resources, you could try edge-tts https://github.com/travisvn/openai-edge-tts
-
-
claude-to-chatgpt
This project converts the API of Anthropic's Claude model to the OpenAI Chat API format.
- Project mention: Promptmap: A prompt injection scanner for LLM applications | news.ycombinator.com | 2025-01-22
-
-
MCP-Bridge
A middleware to provide an openAI compatible endpoint that can call MCP tools (by SecretiveShell)
Project mention: Show HN: MCP Bridge – Access Local MCP Servers Remotely | news.ycombinator.com | 2024-12-26What's the difference between yours and https://github.com/SecretiveShell/MCP-Bridge
-
zotero-mcp
Zotero MCP: Connects your Zotero research library with Claude and other AI assistants via the Model Context Protocol to discuss papers, get summaries, analyze citations, and more.
Project mention: Show HN: Zotero-MCP – Connect Your Research Library with Your AI Assistant | news.ycombinator.com | 2025-04-28 -
- Project mention: What Is the Most Minimal Agentic Coder You Can Write? | news.ycombinator.com | 2025-03-25
Awesome! I essentially started with the same premise when coding "wcgw" [1]. Give a single shell tool to chatgpt (later claude).
Chronology that followed:
1. Some processes take long time: add status checking.
2. Need to kill long running process or interact with tools add option to send control characters; BashInteraction tool.
3. File editing using sed and echo is not reliable, add FileEdit tool.
4. Large output; add truncation based on tokens.
5. But wait I need command output to get truncated at the beginning but file reading `cat $file` to truncate at the end. Add special ReadFile tool.
6. File writing using 'echo "content" >file' needs unncessary quotes escaping leading to degraded quality, add special WriteFile tool.
7. Reading one file at a time is slow, change ReadFile to ReadFiles tool.
8. Directly writing files is not as good as first planning things. Prevent writing using architect mode.
And so on.
[1] https://github.com/rusiaaman/wcgw
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python claude discussion
Python claude related posts
-
Ask HN: What Are You Working On? (December 2025)
-
Claude can now run ML research experiments for you
-
Do we need a new GitHub for AI coding era?
-
Create MCP Servers and Agents Easily with PolyMCP (Python and TS)
-
An AI agent framework used by fintechs
-
Show HN: TalkiTo – enabling voice and Slack for Claude Code and Codex CLI
-
Show HN: Open Aardvark, vibe debugging in traceable context
- A note from our sponsor - InfluxDB www.influxdata.com | 23 Dec 2025
Index
What are some of the best open-source claude projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | agents | 23,029 |
| 2 | awesome-claude-code | 18,367 |
| 3 | ChuanhuChatGPT | 15,416 |
| 4 | awesome-chatgpt-zh | 11,361 |
| 5 | fastapi_mcp | 11,279 |
| 6 | Upsonic | 7,727 |
| 7 | free-llm-api-resources | 7,321 |
| 8 | Claude-Code-Usage-Monitor | 5,937 |
| 9 | griptape | 2,429 |
| 10 | elia | 2,325 |
| 11 | basic-memory | 2,217 |
| 12 | tokencost | 1,855 |
| 13 | open-computer-use | 1,691 |
| 14 | MiroFlow | 1,541 |
| 15 | openai-edge-tts | 1,478 |
| 16 | spacy-llm | 1,355 |
| 17 | claude-to-chatgpt | 1,295 |
| 18 | promptmap | 1,071 |
| 19 | minima | 1,021 |
| 20 | MCP-Bridge | 882 |
| 21 | zotero-mcp | 815 |
| 22 | gpt-cli | 727 |
| 23 | wcgw | 626 |