>
Connect Every AI Tool Locally
ChatGPT,
Claude,
Gemini &
Perplexity
One Local Bridge For All Your AI Apps
Route prompts to the best model for the task. Zero friction.
AI coding agents hallucinate, guess outdated APIs, and struggle with newer frameworks — because they're stuck with one model's old training data. Proxima lets multiple AI models with web access and stronger reasoning work together, cross-verify each other's answers, and produce results no single model can match alone.
OpenAI-compatible endpoint at localhost:3210. Stream responses in real-time via WebSocket. Build your own apps on top of Proxima.
deep_search, review_code, security_audit, write_tests, fix_error, brainstorm, fact_check, and 40+ more — ready to use in Cursor, VS Code, Windsurf, or Gemini CLI.
ask_all_ais, compare_ais, chain_query, debate — send one prompt to all 4 providers at once, compare answers, or chain outputs between them.
Run "proxima ask", "proxima fix", "proxima code" from any terminal. Supports pipes — send build errors or git diffs straight to AI.
Everything on localhost. No cloud relay. Works headless in background — MCP tools keep running even without the app window open.
Experience the power of multi-AI orchestration
Switch between providers instantly. Use the best model for each task.
Best for code generation, debugging, and structured output
Best for deep reasoning, long code reviews, and analysis
Best for multimodal tasks, image understanding, and research
Best for real-time research, current docs, and citations
Everything you need for AI-powered development
deep_search
Comprehensive web search
internet_search
Quick internet lookup
academic_search
Scholarly papers & research
reddit_search
Search Reddit discussions
news_search
Latest news articles
github_search
Search GitHub repos & code
find_stats
Find statistics on any topic
math_search
Math & scientific queries
how_to
Step-by-step guides
generate_code
Generate code snippets
explain_code
Get code explanations
review_code
Code review feedback
optimize_code
Performance improvements
fix_error
Debug & fix errors
explain_error
Understand error messages
verify_code
Check code correctness
convert_code
Convert between languages
write_tests
Generate unit tests
security_audit
Find vulnerabilities
build_architecture
Design system architecture
get_ui_reference
UI/UX design references
ask_chatgpt
Query ChatGPT
ask_claude
Query Claude
ask_gemini
Query Gemini
ask_perplexity
Query Perplexity
ask_all_ais
Query all providers at once
ask_selected
Pick specific providers
compare_ais
Compare AI responses
smart_query
Auto provider selection
chain_query
Multi-step AI pipeline
debate
AI debate on any topic
verify
Cross-verify with multiple AIs
solve
Auto-solve coding tasks
analyze_file
Analyze any file
analyze_document
Analyze online documents
review_code_file
Review code files
summarize_url
Summarize webpages
extract_data
Extract structured data
fact_check
Verify claims
compare
Compare anything
brainstorm
Generate ideas
writing_help
Improve writing quality
generate_article
Write full articles
new_conversation
Reset AI context
conversation_export
Export chat history
Simple setup, powerful results
Download the installer from GitHub releases and run it on Windows 10/11.
Download Latest Release →Open Proxima and sign in to your AI accounts (ChatGPT, Claude, etc.)
Go to Settings and copy the MCP configuration JSON.
{
"mcpServers": {
"proxima": {
"command": "node",
"args": ["path/to/mcp-server-v3.js"]
}
}
}
Paste config into your AI coding app (Cursor, VS Code, etc.) and enjoy!
Proxima unifies your existing accounts. Switch models instantly. Build faster.