Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Build
Build logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 12:45:41 AM

Build

User RatingsBe the first to rate and review this MCP server!
View Repository138 GitHub StarsTotal stargazers on GitHub for the source repository (138 stars).Visit Website
build-toolsdiagnosticstypescriptdeveloper-tools

Returns typed JSON diagnostics from build commands such as tsc, esbuild, Vite, and webpack.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "build": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/init"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

The build MCP server converts compiler and bundler output into structured, schema-validated JSON for AI agents. It exposes readable content alongside typed structuredContent, reducing the need to parse ANSI codes, progress text, or platform-specific terminal output. Reach for it when an agent needs dependable diagnostics from TypeScript or other supported build commands.

Use cases

โ€ขParse TypeScript compiler diagnostics into agent-readable JSON
โ€ขInspect bundler results from Vite or webpack
โ€ขDetect build failures without parsing terminal formatting
โ€ขFeed stable build status data into agent workflows

Key features

โ€ขSchema-validated structured JSON output
โ€ขHuman-readable MCP content output
โ€ขTypeScript compiler support
โ€ขesbuild, Vite, and webpack coverage
โ€ขReduced reliance on fragile CLI parsing

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Build.

Extracted Tool Capabilities
Schema-validated structured JSON output
Human-readable MCP content output
TypeScript compiler support
esbuild, Vite, and webpack coverage
Reduced reliance on fragile CLI parsing

How Build works

What build does

The build MCP server wraps developer build commands and presents their results as structured MCP tool output. The repository description specifically identifies TypeScript compiler output and generic commands as use cases, while the project catalog lists tsc, esbuild, Vite, and webpack among the wrapped build tools.

Instead of returning only terminal text, the server is intended to give an agent data with stable fields that can be inspected programmatically. This is useful for workflows that need to identify compilation failures, warnings, file locations, or command status without relying on regular expressions over console output.

Pare is organized as a collection of MCP servers. The build server is one package in that collection, alongside separate servers for linting, testing, version control, package managers, and infrastructure tools. Install only the packages relevant to the project rather than enabling the full catalog.

How it works

Each Pare tool produces two MCP outputs. The content value contains human-readable text for clients that display command results. The structuredContent value contains typed JSON validated against an output schema. MCP clients and agents can use the structured value directly instead of parsing raw command output.

This design addresses formatting differences caused by ANSI escape sequences, progress indicators, decorative headers, locales, operating systems, and tool versions. Build output can therefore be consumed through fields defined by the tool schema rather than through assumptions about how a command prints its messages.

The build MCP server is most suitable when an agent must make decisions from compiler or bundler results, such as reporting failures or determining whether a build completed successfully. The repository also publishes tool schemas and response examples for its packages, although the provided material does not include the individual build tool schemas.

Setup and configuration

The documented project setup uses the Pare initializer. Its non-interactive example configures MCP servers for a client and preset:

Terminal
npx @paretools/init --client claude-code --preset web

The available presets include web, python, rust, go, jvm, dotnet, ruby, swift, mobile, devops, and full. After configuration, the README instructs users to add the supplied agent rules to the project, restart the client session, and run:

Terminal
npx @paretools/init doctor

The provided material does not specify a standalone package command for launching only the build server, nor does it list environment variables or credentials required by the build package.

Tools and capabilities

  • Return structured JSON for build command results.
  • Wrap TypeScript compiler output through tsc.
  • Support listed build tools including esbuild, Vite, and webpack.
  • Provide human-readable and schema-validated outputs together.
  • Give agents consistent data instead of raw terminal text.

Limitations and notes

The README describes a broader Pare catalog containing 28 packages and 240 tools, but those totals apply to the complete project rather than specifically to the build package. The supplied material does not enumerate the build server's individual tool names, input parameters, response fields, supported operating systems, or failure-handling behavior. Review the package-specific schemas before depending on a particular diagnostic field.

The build MCP server focuses on structured command output; it does not claim to replace the underlying compilers, bundlers, or build systems. Those tools must be available in the environment where the MCP server runs.

Getting started with this build MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools8 views
    Compare vs Claude Task Master โ†’
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    ๐Ÿ’ป Developer Tools16 views
    Compare vs Magic MCP โ†’
  • MCP Gopls logoMCP Gopls

    A MCP server for interacting with Go's Language Server Protocol (gopls) and benefit from advanced Go code analysis features.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs MCP Gopls โ†’
  • Smithery AI Cookbook Python Quickstart logoSmithery AI Cookbook Python Quickstart

    A simple MCP server built with FastMCP and python

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Smithery AI Cookbook Python Quickstart โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
138
Stargazers on the source repository.
npm downloads
344
Package downloads in the last 30 days.
Last commit
3d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Build

The README documents Pare setup through `npx @paretools/init --client claude-code --preset web`; it does not provide a standalone build-server launch command in the supplied material.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBuild AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/build?style=directory)](https://allmcps.com/mcp/build)
HTML Embed
<a href="https://allmcps.com/mcp/build"><img src="https://allmcps.com/api/badge/build?style=directory" alt="Build on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 8, 2026
10/10 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars138
GitHub Star CountTotal stargazers on GitHub representing community popularity (138 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 8, 2026
npm downloads344/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity11/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev ยท @paretools/init (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Build โ†’Install in Claude DesktopInstall in CursorInstall in VS Code