I use jan-beta GUI, you can use locally any model that supports tool calling like qwen3-30B or jan-nano. You can download and install MCP servers (from, say, mcp.so) that serve different tools for the model to use, like web search, deep research, web scrapping, download or summarize videos, etc there are hundreds of MCP servers for different use cases.
Mostly I’ve just been making my own dockerfiles and spinning up my own mcp instances.
They’re actually not hard to build so I’m trying to build my own for small utilities, that way I don’t get caught up in an is_even style dependency web.
I use jan-beta GUI, you can use locally any model that supports tool calling like qwen3-30B or jan-nano. You can download and install MCP servers (from, say, mcp.so) that serve different tools for the model to use, like web search, deep research, web scrapping, download or summarize videos, etc there are hundreds of MCP servers for different use cases.
Never heard of this tool but I’ll check it out.
Mostly I’ve just been making my own dockerfiles and spinning up my own mcp instances.
They’re actually not hard to build so I’m trying to build my own for small utilities, that way I don’t get caught up in an
is_even
style dependency web.