CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
toolwright-adk avatar

Linear Bootstrap

toolwright-adk/toolwright-monorepo
authSTDIOregistry active
Summary

This connects to Linear's API to create complete project structures from natural language descriptions. It handles milestones, epics, issues, and dependency relationships in one go, so you're not manually clicking through Linear's UI to scaffold a new initiative. It's part of the Toolwright ADK, which ships MCP servers alongside companion skills and workflow knowledge rather than just raw API wrappers. Reach for this when you're spinning up a new project or initiative in Linear and want to describe the structure conversationally instead of building it piece by piece through the web interface.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Toolwright ADK

Agent Development Kit for production MCP servers and companion Skills. Orchestration-first tools that ship with workflow knowledge, not just API connectivity.

Packages

PackageVersionDescription
@toolwright-adk/sharednpmValidation, errors, logging, output formatting, and test utilities
@toolwright-adk/linear-bootstrapnpmMCP server for bootstrapping Linear projects from natural language
linear-project-managerPluginClaude Code plugin — skills, agents, and commands for Linear
@toolwright-adk/claude-code-pluginsnpmPlugin registry with manifests and standalone skills

Quick Start

git clone https://github.com/toolwright-adk/toolwright-monorepo.git
cd toolwright-monorepo
pnpm install
pnpm build
pnpm test

To use the Linear Bootstrap MCP server without cloning, see the linear-bootstrap README.

Monorepo Structure

toolwright-monorepo/
├── .claude-plugin/
│   └── marketplace.json        # Plugin marketplace for distribution
├── packages/
│   ├── shared/                 # @toolwright-adk/shared
│   ├── linear-bootstrap/       # @toolwright-adk/linear-bootstrap (MCP server)
│   ├── linear-project-manager/ # Claude Code plugin (skills + agents + commands)
│   └── claude-code-plugins/    # Plugin registry and standalone skills
├── templates/                  # Scaffolding for new packages
│   ├── mcp-server/
│   ├── apify-actor/
│   └── skill/
└── docs/
    └── QUALITY-RUBRIC.md

Development

pnpm build          # build all packages
pnpm test           # run all tests
pnpm lint           # ESLint
pnpm format:check   # Prettier check

See CONTRIBUTING.md for the full contributor guide.

Standards

All MCP servers must meet the Quality Rubric before shipping.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

LINEAR_API_KEY*secret

Linear API key (create at linear.app/settings/api)

LLM_API_KEY*secret

API key for an OpenAI-compatible LLM provider

LLM_BASE_URL*

Base URL for the LLM API (e.g. https://openrouter.ai/api/v1)

LLM_MODEL*

Model ID for plan generation (e.g. anthropic/claude-sonnet-4.6)

Categories
Developer Tools
Registryactive
Package@toolwright-adk/linear-bootstrap
TransportSTDIO
AuthRequired
UpdatedMar 6, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
nunolima avatar
GitLab Documentation MCP Server

nunolima/gitlab-docs-mcp

Searchable access to GitLab documentation from multiple repositories with full-text search.
1
stryk91 avatar
LSP-MCP Bridge

stryk91/lsp-mcp-rs

Universal MCP bridge to LSP servers. One binary, 6 languages, config-driven.
1
abm-dev-git avatar
Abm Mcp

abm-dev-git/abm-mcp

Account-based marketing for AI agents. A great rep once knew every account. Now your agents do.
adelaidasofia avatar
Self-hosted GitHub MCP server

adelaidasofia/github-mcp

Self-hosted GitHub MCP server. PAT auth, stdio transport, transport-agnostic so it works with…
adelaidasofia avatar
Linear MCP (multi-workspace, PAT auth)

adelaidasofia/linear-mcp

Multi-workspace Linear MCP — PAT auth, 57 tools + 3 prompts, substrate enforcement, drop-in.
smithery-ai avatar
Smithery Ai Github

ai.smithery/smithery-ai-github

Access the GitHub API, enabling file operations, repository management, search functionality, and…