JetBrains AI Assistant added MCP server support across all JetBrains IDEs: IntelliJ IDEA, PyCharm, WebStorm, GoLand, PhpStorm, Rider, and CLion. Your AI Assistant can now call external tools through MCP servers during conversations.
This means your IDE's AI can query databases, check dashboards, create tickets, and interact with any API you expose through an MCP server.
JetBrains reads MCP server config from your project's .jb-mcp.json or global settings.
Create .jb-mcp.json in your project root:
{
"servers": [
{
"name": "your-app",
"transport": "sse",
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
]
}Go to Settings > Tools > AI Assistant > MCP Servers and add:
https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse{
"servers": [
{
"name": "postgres",
"transport": "stdio",
"command": "npx",
"args": ["@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
}
]
}Alt+Enter or via tool window)- "What tickets are assigned to me in Linear?"
- "Show me today's revenue from Stripe"
- "What's the status of my latest deployment?"
Add as many servers as needed. AI Assistant picks the right tool based on context:
{
"servers": [
{ "name": "stripe", "transport": "sse", "url": "https://datafaucet.dev/api/mcp/STRIPE_ID/sse" },
{ "name": "jira", "transport": "sse", "url": "https://datafaucet.dev/api/mcp/JIRA_ID/sse" },
{ "name": "postgres", "transport": "stdio", "command": "npx", "args": ["@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"] }
]
}.jb-mcp.json or IDE settingsTotal setup: under 2 minutes.
Code review with context:
"Pull the Jira ticket for this PR and check if my implementation matches the acceptance criteria."
Database queries while coding:
"What columns does the users table have? Show me the last 5 entries."
Deployment monitoring:
"Did the last deploy succeed? Any errors in the last hour?"
Project management:
"Create a Linear ticket for this bug with the stack trace I just saw."
All IDEs with AI Assistant plugin (2025.1+):
| IDE | Languages | MCP Support |
|---|---|---|
| IntelliJ IDEA | Java, Kotlin, Scala | Yes |
| PyCharm | Python | Yes |
| WebStorm | JavaScript, TypeScript | Yes |
| GoLand | Go | Yes |
| PhpStorm | PHP | Yes |
| Rider | C#, .NET | Yes |
| CLion | C, C++, Rust | Yes |
| RubyMine | Ruby | Yes |
Server not connecting: Check the URL is reachable. Try curl https://datafaucet.dev/api/mcp/YOUR_ID/sse from terminal.
Tools not showing: Restart the IDE after editing .jb-mcp.json. Config is read at startup.
AI Assistant not using tools: Make sure you have AI Assistant Pro (not the free tier which may limit tool calls).
Create your JetBrains AI MCP server in 60 seconds.
Try with JetBrains AI →{
"mcpServers": {
"jetbrains-ai": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your JetBrains AI server.
Point DataFaucet at JetBrains AI and get a working server in 60 seconds.
Create JetBrains AI server free →After creating, add to Claude Desktop:
"jetbrains-ai": {
"url": "https://datafaucet.dev/api/mcp/YOUR_ID/sse"
}Free plan includes 3 servers. Upgrade to Pro for unlimited →
A startup connected Stripe, Linear, Slack, Vercel, and PostHog to AI via MCP. Standup prep went from 15 minutes to one prompt.
Step-by-step guide to debugging MCP server connections. Fix SSE timeouts, tool discovery failures, auth errors, and protocol mismatches.
Top MCP servers for security teams: vulnerability scanners, SIEM dashboards, secrets management, compliance tools, and incident response via AI.
See how DataFaucet compares
Point at any URL. Get a working MCP server in 60 seconds. No API docs needed.
Works with ChatGPT, Claude, Cursor, Copilot, Windsurf, JetBrains, and any MCP client
Get notified when we add more AI integrations
Join 500+ builders. New templates, guides, and MCP tips. No spam.