NirvanaN
Nirvana
May 27

MCP integration

to be able to interact with Nirvana account data via Claude and ChatGPT.
ProgressIn Progress

Jun 9, 2026

Isn't it already released? Or it's beta? https://mcp.nirvanahq.com/login I already tried it, and had some success (e.g. with exposing the tasks' creation date/last update date which is hidden in UI but apparently available via MCP). However, to be more useful, can you implement filtering? Currently I can only filter by state (Next, Later, etc.) - or at least that's what Claude told me. And since the max request size is 100 items, it's difficult to do any meaningful work. It would be helpful to be able to filter by tags, energy, etc., or ideally by words - whatever is feasible to implement.

Jun 9, 2026

My bad - I see the filtering is already available via MCP: https://www.nirvanahq.com/help/ai/mcp-setup

Jun 3, 2026

this is awesome, thanks for making that available.

May 30, 2026

Also Gemini!!!

Jun 3, 2026

Are you referring to Gemini chat?

Jun 3, 2026

Gemini CLI or AI Studio. But for me, I’m actually using Eney to acces Nirvana through MCP. Previously I was using the API but now changed to MCP

Jun 9, 2026

I'm quite sure you could integrate it in Antigravity 2.0 or Antigravity CLI (since Gemini CLI was discontinued recently) via url and OAuth: https://antigravity.google/docs/mcp

Jun 10, 2026

FYI I managed to configure the Nirvana MCP in Antigravity IDE by editing the mcp_config.json file: { "mcpServers": { "nirvana": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.nirvanahq.com/mcp" ] } } } However, you need to have the Node.js installed to use the npx, because apparently you can't connect to Nirvana MCP directly, because of the OAuth authentication. Then you can simply talk with a Gemini chatbot inside Antigravity to work with Nirvana.

Jun 11, 2026

Cool! Did you try creating a personal access token (PAT) via https://mcp.nirvanahq.com/tokens ? That might work...

Jun 11, 2026

Yes, Eney is connecting through PAT

Progress
changed status toIn Progress·May 27, 2026