base-ui-mcp
"name": "@polvallverdu/base-ui-mcp", "version": "1.0.0", "mcpName": "io.github.polvallverdu/base-ui-mcp", "description": "MCP server that gives AI assistants context about Base UI (base-ui.com).", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [
Install / Use
claude mcp add polvallverdu -- npx -y github:polvallverdu/base-ui-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHub{ "name": "@polvallverdu/base-ui-mcp", "version": "1.0.0", "mcpName": "io.github.polvallverdu/base-ui-mcp", "description": "MCP server that gives AI assistants context about Base UI (base-ui.com).", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "bin": { "base-ui-mcp": "dist/index.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./": "./dist/" }, "type": "module", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/polvallverdu/base-ui-mcp.git" }, "bugs": { "url": "https://github.com/polvallverdu/base-ui-mcp/issues" }, "homepage": "https://github.com/polvallverdu/base-ui-mcp#readme", "scripts": { "build": "bun build ./src/index.ts --outdir ./dist --target node --minify", "build:worker": "bun build ./src/worker.ts --outdir ./dist/worker --target bun --no-external", "deploy:dev": "MCP_TRANSPORT_TYPE=http bunx wrangler dev", "deploy:prod": "MCP_TRANSPORT_TYPE=http bunx wrangler deploy", "start": "bun ./dist/index.js", "start:stdio": "MCP_TRANSPORT_TYPE=stdio bun ./dist/index.js", "start:http": "MCP_TRANSPORT_TYPE=http bun ./dist/index.js", "dev": "bun --watch src/index.ts", "dev:stdio": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=stdio bun --watch src/index.ts", "dev:http": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=http bun --watch src/index.ts", "devdocs": "bun run scripts/devdocs.ts", "devcheck": "bun run scripts/devcheck.ts", "rebuild": "bun run scripts/clean.ts && bun run build", "docs:generate": "bunx typedoc", "depcheck": "bunx depcheck", "lint": "bunx eslint .", "lint:fix": "bunx eslint . --fix", "typecheck": "bunx tsc --noEmit", "typecheck:scripts": "bunx tsc --project tsconfig.scripts.json --noEmit", "tree": "bun run scripts/tree.ts", "fetch-spec": "bun run scripts/fetch-openapi-spec.ts", "format": "bunx prettier --write "**/*.{ts,js,json,md,html,css}"", "inspector": "bunx @modelcontextprotocol/inspector --config mcp.json --server base-ui-mcp", "test": "bunx vitest run", "test:coverage": "bunx vitest run --coverage", "coverage:update": "bun run scripts/update-coverage.ts", "coverage:commit": "bun run scripts/update-coverage.ts --commit", "audit": "bun audit", "audit:fix": "bun audit --fix", "publish-mcp": "bun scripts/validate-mcp-publish-schema.ts", "prepublishOnly": "bun run rebuild" }, "resolutions": { "@hono/node-server": "1.19.5", "chrono-node": "2.9.0", "dotenv": "17.2.3", "hono": "4.10.3", "zod": "3.23.8", "typescript": "5.9.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20251111.0", "@eslint/js": "^9.39.1", "@hono/mcp": "^0.1.5", "@hono/node-server": "^1.19.5", "@modelcontextprotocol/sdk": "^1.21.1", "@opentelemetry/api": "^1.9.0", "@opentelemetry/auto-instrumentations-node": "^0.66.0", "@opentelemetry/exporter-metrics-otlp-http": "^0.207.0", "@opentelemetry/exporter-trace-otlp-http": "^0.207.0", "@opentelemetry/instrumentation-pino": "^0.54.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-metrics": "^2.2.0", "@opentelemetry/sdk-node": "^0.207.0", "@opentelemetry/sdk-trace-node": "^2.2.0", "@opentelemetry/semantic-conventions": "^1.38.0", "@types/bun": "^1.3.2", "@types/diff": "^8.0.0", "@types/js-yaml": "^4.0.9", "@types/node": "^24.10.0", "@types/node-cron": "^3.0.11", "@types/papaparse": "^5.5.0", "@types/sanitize-html": "^2.16.0", "@types/validator": "13.15.4", "@vitest/coverage-v8": "4.0.4", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "axios": "^1.13.2", "bun-types": "^1.3.2", "chrono-node": "^2.9.0", "clipboardy": "^5.0.0", "depcheck": "^1.4.7", "diff": "^8.0.2", "dotenv": "^17.2.3", "eslint": "^9.39.1", "execa": "^9.6.0", "fast-xml-parser": "^5.3.1", "globals": "^16.5.0", "hono": "^4.10.3", "husky": "^9.1.7", "ignore": "^7.0.5", "jose": "^6.1.1", "js-yaml": "^4.1.0", "msw": "^2.12.1", "node-cron": "^4.2.1", "papaparse": "^5.5.3", "partial-json": "^0.1.7", "pdf-lib": "^1.17.1", "pino": "^10.1.0", "pino-pretty": "^13.1.2", "prettier": "^3.6.2", "reflect-metadata": "^0.2.2", "repomix": "^1.9.0", "sanitize-html": "^2.17.0", "tslib": "^2.8.1", "tsyringe": "^4.10.0", "typedoc": "^0.28.14", "typescript": "^5.9.3", "typescript-eslint": "8.46.2", "validator": "13.15.20", "vite": "7.1.12", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.8", "zod": "^3.23.8" }, "keywords": [ "base-ui", "documentation", "mcp", "model-context-protocol", "mcp-server", "ai", "llm", "typescript" ], "author": "polvallverdu (https://github.com/polvallverdu)", "license": "Apache-2.0", "packageManager": "bun@1.3.4", "engines": { "bun": ">=1.2.0", "node": ">=20.0.0" }, "depcheck": { "ignores": [ "bun", "repomix", "@polvallverdu/base-ui-mcp" ] }, "publishConfig": { "access": "public" }, "dependencies": { "unpdf": "^1.4.0" } }
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
career-ops
72.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
Security Score
Audited on Invalid Date
