Jan is an open-source, offline AI assistant that runs locally on your computer. It provides natural language processing for chat and task automation. It connects to local files and applications. Developers use it to build private, offline AI agents for personal or internal use cases.
Jan is an open-source, offline AI assistant that runs locally on your computer. It provides natural language processing for chat and task automation. It connects to local files and applications. Developers use it to build private, offline AI agents for personal or internal use cases.
npx -y jan-appAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"janhq-jan-github": {
"command": "npx",
"args": [
"-y",
"npx -y jan-app"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from jan?"
No configuration required. This server works out of the box.
"What resources are available in jan?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in jan"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in jan with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.