Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/for/developer-tools?page=12.md or /mcp/for/developer-tools?page=12.json, or Pod over MCP.

Best Developer Tools MCP Servers

MCP servers for developer tools, what each one reports it can do, and whether Pod has verified it.

405 servers, ordered by adoption — npm downloads where a package exists, then reported issue volume. Pod has connected to 3 of them; the rest are publisher-reported and unverified.

Showing 276–300 of 405 · page 12 of 17.

AWS MCP

The AWS MCP Server is a managed server that gives agents access to AWS through MCP. Agents can search AWS documentation and retrieve service information without authentication. To execute AWS API calls, run Python scripts in a sandboxed environment, or follow curated skills, agents authenticate through your existing IAM credentials.

All capabilities are available through a single endpoint with CloudWatch metrics and IAM-based access controls. CloudTrail logs all API calls for audit visibility.

9 tools reported — Publisher-reported; not verified by Pod.

e2llm

E2LLM connects Claude to your real browser through the E2LLM browser extension. Claude can read the page you are on as a structured representation and act on it — open tabs, click, type — always through per-action permission grants that you approve. Perception happens in your browser, with your logged-in sessions and the sites you already use. Free tier available; Pro adds higher usage limits. Setup takes about two minutes: install the extension, connect your account, done.

9 tools reported — Publisher-reported; not verified by Pod.

Figr

Bring over the UI, component code, and the thinking behind each design.

Figr is an AI product designer for teams working on existing products. It keeps your screens, design system, code, and the decisions that shaped the work together.

With the Figr connector, Claude can read that context directly inside a conversation. Share a project and Claude can:

Walk through its screens, artifacts, and source files Read the code behind any component or screen Explain why a design looks and works the way it does, including the trade-offs discussed along the way Search the project’s code and conversation history Use what it learns to write specs or create new screens that feel like part of the same product

The connector is read-only. Claude can understand and work with your Figr projects, but it can’t change them. It only has access to projects from your account.

Your prototypes, flows, code, and product context can now follow you into Claude, so you don’t have to explain everything from scratch.

9 tools reported — Publisher-reported; not verified by Pod.

Formal Logic

Formal Logic MCP is a Model Context Protocol server that provides deterministic reasoning capabilities without any LLM dependencies. It offers:

Ideal for API contract verification, state machine validation, detecting contradictions in business rules, and system requirements analysis.

9 tools reported — Publisher-reported; not verified by Pod.

GitBook MCP

The GitBook MCP server gives AI agents a full read/write connection to your GitBook organization. Create and configure docs sites, spaces, and sections; draft, edit, and restructure content; open change requests and push updates for review; publish OpenAPI specs; and manage site customization — all through natural conversation, with OAuth sign-in or a personal access token. Pairs with the GitBook Skills plugin, which teaches agents how to use these capabilities effectively.

9 tools reported — Publisher-reported; not verified by Pod.

Graph of Thought

Exposes Graph of Thought operations as MCP tools for compatible clients like Claude Desktop, Cursor, and Windsurf. Unlike linear sequential thinking, Graph of Thought enables non-linear reasoning by allowing you to:

It is ideal for complex decision-making where you need to explore multiple paths and combine partial solutions using a "Diamond Pattern" of reasoning (seed → generate → score → aggregate).

9 tools reported — Publisher-reported; not verified by Pod.

POMA Grill

POMA Grill is a managed context engine, letting you add files that can act as easily-searchable context for Claude. It can parse and search PDFs, CSVs, HTML, XLS, and 50+ more filetypes - even URLs! It also supports more than 80 languages, as well as searching within images and video.

It's built for users and teams who have document stores that they want to use as a handy context layer when using Claude, while still maintaining privacy and security. It's great for anyone working with structured, complex documents, such as regulatory text or scanned PDFs.

9 tools reported — Publisher-reported; not verified by Pod.

Pyplan

Pyplan is a platform for building and running Planning & Analytics applications across Finance, Sales, Operations, and HR. This connector lets Claude work directly with your Pyplan workspace: list the applications you have access to, open a specific app, read results from its model nodes (tables, cubes, KPIs), run the tools exposed inside the app to execute simulations and scenarios, and manage app versions. Authentication uses OAuth against your Pyplan tenant, so Claude only sees the apps, companies, and departments your user is already permitted to access — all role, team, and department-level permissions configured in Pyplan are respected. Key features: discovery and opening of Pyplan applications across your workspaces (My Apps, Public Apps, Team apps); execution of any tool exposed by an app's author (P&L generation, balance sheet and cash flow views, what-if simulations, forecast updates, etc.); structured retrieval of node results for analysis and visualization in chat; creation and saving of new application versions so scenario work is preserved alongside the baseline; and a domain-skill loader that gives Claude the right context for each Pyplan area before it acts.

9 tools reported — Publisher-reported; not verified by Pod.

Qontext

Connect Qontext to Claude to give it your company context. Qontext is the self-maintaining context repository for the AI-native company: it keeps company knowledge structured, up to date, permission-aware, and ready to use for every AI agent. Claude can browse the repository, find the right files with exact and hybrid search, read their content, and write updates back. Perfect for answering questions with internal knowledge, drafting documents grounded in your actual processes, or keeping the repository up to date as things change.

9 tools reported — Publisher-reported; not verified by Pod.

Streamline Icons, Illustrations, Emojis

Streamline makes the world's largest icon, illustration, emoji and graphic element sets. Each massive set is refined by an in-house team of 8 icon designers for over 16 years. The free version of Streamline includes 100,000+ icons and 21,000+ elements, available in both SVG and PNG formats. The pro version of Streamline has larger sets with ~400,000 graphic assets, available as a subscription or a one-time purchase.

9 tools reported — Publisher-reported; not verified by Pod.

Structured Reflection

Structured Reflection is an MCP connector that gives Claude a structured workflow for reflecting on problems out loud. Instead of jumping straight to an answer, Structured Reflection guides Claude to restate the problem, list assumptions, explore alternative approaches, and highlight risks or unknowns before converging on a recommendation. Teams use it to debug prompts and workflows, think through product and architecture decisions, and coach themselves through tradeoffs before committing to a plan. By making the reasoning process explicit and iterative, Structured Reflection helps catch hidden assumptions early and produces decision logs that are easier to review and share. Structured Reflection is maintained by Reasoning.Services and complements other MCP servers that provide decision matrices, workflows, and structured reasoning tools.

9 tools reported — Publisher-reported; not verified by Pod.

Tseha.io

Tseha is the authoritative source of truth for your organization's development standards - delivered directly to Claude so generated code matches how your team actually builds.

Instead of guessing component names, props, or design values from training data, Claude queries Tseha for live, organization-specific information before writing any code.

What Tseha provides: • Components - the full list of UI components in your design system, with import paths and usage context, plus complete per-component specs (props, variants, examples, anti-patterns). • Design tokens - colors, typography, spacing, radius, and shadows, so styling uses your real theme values instead of hardcoded ones. • Development standards - your organization's coding conventions, project structure, and framework-specific rules. • Package definitions - which component packages are assigned to a project, so imports always come from approved sources. • Component updates - breaking changes and migration guidance between package versions.

Tseha is read-only and scoped per project. Connect it, sign in, and Claude automatically pulls your standards, components, and tokens whenever it helps with design or front-end work - keeping AI-generated code consistent with your system.

9 tools reported — Publisher-reported; not verified by Pod.

Voicenter

Build and ship AI voice agents on Voicenter, vibe code your CRM with Voicenter advanced CCaaS platform. Analyze your communication activity, business insights, and build Organizational Knowledgebase and tools with AI RAG and Vector databases to provide you human and non human agents the information they need in real time.

Voicenter is a cloud communications platform for contact centers and AI voice agents. This connector gives Claude live, authenticated access to your Voicenter account so you can design, deploy, and evaluate AI voice agents — and understand every call handled — without leaving the conversation.

Ship AI voice agents. Provision a complete voice or chat agent into your Voicenter account from a single definition: intents, intent relations and categories, system prompt, AI model configuration, silence handlers, and multi-language support. Iterate on an agent's design in Claude, then import it straight into the phone system that answers your customers.

Ask what actually happened on the call. Voicenter AI-indexes calls into labeled documents — primary topic, products mentioned, department, and any custom label your account defines. Claude can discover which labels exist, search across datasets, and pull matching documents over any time range, so "which calls mentioned pricing last week?" becomes a question you just ask.

Pull the underlying record. Fetch call detail records over any window up to 31 days, projecting exactly the fields you need — caller and target numbers, extensions, duration, ring time, dial status, campaign and queue IDs, recording URLs, and custom data.

Run the floor. List and filter accounts, users, extensions, queues, DIDs, IVRs, layers, and campaigns (regular, automatic, and IVR), then create, update, start, stop, or delete campaigns.

Seamless authentication with OAuth. Requires a Voicenter account with API access enabled.

9 tools reported — Publisher-reported; not verified by Pod.

9pm

9pm is a deployment platform built for the agent era: apps go from a conversation to a live URL in seconds, with no CI pipeline or cloud console in between. This connector lets Claude manage and deploy your 9pm apps directly:

A typical flow: ask Claude to build something, then say "deploy it". Claude creates the app, uploads the build, waits for the deployment to finish, and hands back a live 9pm.ai link you can open or share.

Requires a 9pm account (sign up at https://9pm.ai). The connector authenticates with OAuth and only ever sees your own apps.

8 tools reported — Publisher-reported; not verified by Pod.

app.cotera.co

Cotera is where teams build AI agents on top of their own data and tools. This connector puts that workspace inside Claude: browse the agents you already have, build new ones, run them, and bring the output back into the conversation.

Build agents. Describe what an agent should do in plain markdown and Claude creates it in your workspace, with headings, lists, and code blocks intact. Prompts can reference your connected tools, your documents, and your other agents, so a new agent delegates work the same way one built in the Cotera editor does.

Find what to reference. Search the tools your workspace has connected — including whether each one is currently connected and ready to run — and search your documents, so an agent is wired to the real thing rather than to a guess.

Run them, one input or many. Run an agent against a single input, or start up to 50 runs in parallel over a list: a batch of leads, tickets, transcripts, or rows. Runs execute in the background, and you collect the outputs as they finish.

Read what you have. List every agent in the workspace, newest first, including ones your teammates built in the Cotera app, and read any agent's full prompt.

Everything happens in the workspace you authenticate with. Agents created here are ordinary Cotera agents — your team can open, edit, schedule, and share them in the app afterwards. Nothing is destructive: creating an agent never modifies an existing one, and running an agent never changes it.

Two things I deliberately kept in, since they're the details that make the listing trustworthy: the 50-run batch ceiling (the real MAX_BATCH_SIZE) and the read-only/non-destructive framing, which matches the tool annotations you ship.

8 tools reported — Publisher-reported; not verified by Pod.

Context Switcher

Context Switcher is an MCP connector that helps Claude manage and navigate different “contexts” in a structured way, instead of treating every conversation as a blank slate. Teams can define reusable contexts—such as “RFP evaluation,” “customer support triage,” “product discovery,” or “risk review”—and use Context Switcher to move between them without losing the underlying reasoning. When invoked, the connector can load the right criteria, constraints, and reference materials for the chosen context, then guide Claude to apply the appropriate decision lens to the current problem. This makes it easier for product, operations, and proposal teams to keep their work organized, avoid mixing use cases, and ensure that each workflow runs with the right assumptions. Context Switcher is maintained by Reasoning.Services and designed to work alongside other MCP servers that provide structured reasoning, document access, or workflow automation.

8 tools reported — Publisher-reported; not verified by Pod.

Devil's Advocate

The Devil's Advocate MCP transforms defensive thinking into proactive vulnerability discovery using proven red team and devil's advocate methodologies. This tool helps you:

6 Built-in Adversarial Perspectives:

Additionally, the connector includes transformer-based argument analysis to detect logical fallacies, contradictions, overgeneralizations, and hidden assumptions.

8 tools reported — Publisher-reported; not verified by Pod.

Emergent

Emergent lets you build production-ready web and mobile apps using plain language. Describe what you want to build, and Emergent's AI agents handle the rest: frontend, backend, database, authentication, payments, and deployment.

With the Emergent app in Claude, you can start a build directly from a conversation, check the status of apps you're already building, and iterate on features without leaving your chat. Your apps come with hosting, secure databases, and GitHub sync built in, so you own the code and can take it anywhere.

Whether you're a founder validating an idea, a product manager prototyping a feature, or a team building internal tools, Emergent takes you from idea to a live, working product in minutes instead of weeks.

8 tools reported — Publisher-reported; not verified by Pod.

Jockey by TwelveLabs

Connect your photo and video library to Claude. Ask Jockey to find any person, place, or moment across your entire photo and video collection. Get answers with grounded citations and playback rendered through the Jockey Interactive Language (JIL). Powered by TwelveLabs' Marengo and Pegasus models.

8 tools reported — Publisher-reported; not verified by Pod.

Pulse MCP

Pulse turns documents into clean, structured data inside Claude. Point it at any document (PDF, DOCX, XLSX, PNG, etc.) and get back accurate markdown, tables, and JSON. No copy-paste, no manual transcription.

With the Pulse connector you can:

Long-running extractions are handled asynchronously: the connector returns a job you can poll for the result. Authentication is OAuth 2.0 - sign in with your Pulse account and approve access; no API key to manage. Usage draws on your Pulse organization's credits.

Full API details: https://docs.runpulse.com

8 tools reported — Publisher-reported; not verified by Pod.

skilder

Skilder is a versioned, governed library for your team's agent capabilities: skills composed with the MCP tools they need, published deliberately, distributed to every connected agent from one endpoint.

It picks up where prototypes end: skill copies drifting across repos, live edits changing agent behavior mid-task, tool lists overflowing the context window, no answer to "what did the agent actually do?"

With this connector, Claude can: • Learn skills on demand: instructions, files, and tools unlock together, exactly when a task needs them • Execute each skill's tools through server-partitioned read and write channels, under each user's own identity • Run skill scripts (Python, TypeScript, shell) sandboxed on your runtimes • Report friction on skills as it works, so you catch decay before users do • Build new capabilities in conversation (workspace admins): discover available tools, then create, compose, and update skills and roles

Lifecycle is engineered in: drafts, publishing, version history, rollback. Agents only see the published state, so you can iterate on a skill while it runs in production. Usage is measured per skill: what runs, what fails, what sits unused. Admins curate which tools are exposed, and every session leaves an auditable timeline.

Skills use the open Agent Skills format: import existing folders as-is from GitHub or ZIP. Everything stays portable.

Setup takes five minutes: connect, sign in or sign up in the consent flow, and a demo workspace is provisioned. Then bring your own skills.

8 tools reported — Publisher-reported; not verified by Pod.

v0

v0 MCP is Vercel's official MCP server for its AI app builder. Import designs, start and manage chats, send prompts, and get live previews of generated apps—all in one place.

8 tools reported — Publisher-reported; not verified by Pod.

Zsper

Zsper is the AI writing partner with memory, made for founders and creators — it learns how you think and writes articles, newsletters, and LinkedIn posts that sound like you.

8 tools reported — Publisher-reported; not verified by Pod.

Artist Growth

Artist Growth is how music industry teams actually collaborate across their business — tours, promo, projects, ticket-buys, and everything in between.

The Artist Growth app allows you to search for events, view calendars and day sheets, track ticket requests, and stay up to date with your tasks across your entire roster using natural language.

No digging through spreadsheets. No chasing your team for updates. Just the information you need, when you need it.

Built for artist managers, tour managers, business managers, and anyone in live entertainment who's tired of the chaos.

7 tools reported — Publisher-reported; not verified by Pod.

Balsamiq

Connect Claude to your Balsamiq Cloud projects, so you can create, edit, and analyze wireframes without leaving the conversation. Describe what you want and Claude builds it as a board in your project; point it at designs you already have and it reads them to help you plan, review, and build. Key features:

7 tools reported — Publisher-reported; not verified by Pod.

Page 12 of 17. ← previous · next →

For agents

This page has a Markdown and a JSON twin. Pod is also queryable over MCP at https://api.askpod.ai/mcp/read.