Google Cloud Pub/Sub MCP server

other

Pub/Sub is the plumbing behind a lot of asynchronous systems, and managing it — topics, subscriptions, snapshots, schemas — is exactly the kind of infrastructure bookkeeping that's easy to let get stale. This server lets Neotask create and inspect those Pub/Sub resources directly, so you can ask it to list existing topics or check a subscription's configuration instead of hunting through the Cloud Console.

What you can automate

Google Cloud Pub/Sub MCP serverManage Google Cloud Pub/Sub resources, including creating and inspecting topics, subscriptions, snapshots, and schemas for asynchronous messaging between applications.

Real workflows

Audit your Pub/Sub messaging setup

Ask Neotask to list your topics and check a specific subscription's configuration, so you can confirm your async messaging setup is wired correctly.

Frequently asked questions

Can this create new Pub/Sub resources, or just inspect them?

Both — it can create and inspect topics, subscriptions, snapshots, and schemas.

What would I use this for day to day?

Checking on the state of your messaging infrastructure — for example, confirming a subscription exists and is configured the way you expect.