#mcp の記事
17 記事
-
コラム
Claude Code New Features Explained | Centralized MCP Approval and Artifact Utilization
-
Claude Code
What You Can Do with Claude × Val Town | Townie AI, MCP, and Instant Deploy
-
Claude
Claude × Tableau MCP Integration | How to Analyze Data with Natural Language
-
Claude
Claude × Neo4j MCP Guide | Query Knowledge Graphs in Natural Language
-
Claude
Claude × Meta Ads MCP | Automate Ad Management with Natural Language Using 29 Tools
-
Claude
Claude × Houdini MCP Integration | How to Create VFX Scenes with Natural Language
-
Claude Code
What Is Claude Code Channels | Discord/Telegram Integration Setup and Usage
-
Claude
What Is Claude CAD | How to Use It with Autodesk Fusion and Blender
A clear guide to using the MCP connector released by Anthropic in April 2026 to connect Claude to Autodesk Fusion and Blender for Text-to-CAD workflows.
-
Claude
Recommended MCP Servers for Claude | Official, Popular, and How to Choose by Use Case
A breakdown of recommended MCP servers for Claude by use case. Covers the 7 official reference implementations (Filesystem, Git, Fetch, etc.) as a starting point, with guidance on choosing and setting up third-party options like GitHub, Notion, and Slack. Also explains the Free plan's 1-connection limit and permission scope considerations.
-
Claude
Claude Windows MCP Setup | Steps for config.json and OneDrive Issues
A step-by-step guide to adding MCP servers to Claude Desktop on Windows, covering Node.js setup, PowerShell execution policy, how to write claude_desktop_config.json, OneDrive path problems, and fully quitting the app when changes don't take effect.
-
Claude Code
Using MCP with the Claude Code VS Code Extension | CLI and /mcp Setup Guide
Step-by-step guide to adding and managing MCP servers from the Claude Code VS Code extension. Covers the claude mcp add command, the /mcp management dialog, project sharing via .mcp.json, switching configurations with --mcp-config, and troubleshooting tips.
-
Claude Code
Claude × Vercel Deploy | Publish Next.js with /deploy
A guide to using the official plugin for deploying directly from Claude Code to Vercel. Publish to production with a single /deploy command and track build logs in real time with /vercel-logs. Covers the two deployment paths (plugin-based vs. sandbox-based) and the steps to get your Next.js app live.
-
Claude Design
How to Use Claude × Figma | Design to Code with Dev Mode MCP
A guide to generating code from designs by connecting Claude and Figma via Dev Mode MCP. Covers three integration paths — Remote MCP, Desktop MCP, and Code to Canvas — with required plans, setup steps, and three common pitfalls to know on day one.
-
Claude Design
How to Use Claude × Canva | Automated Design Creation with Connectors and MCP
Learn how to integrate Claude and Canva to automatically generate designs. Covers three connection methods — the official Canva Connector, direct MCP, and AI Connector — along with the background behind Anthropic's AI Connectors and Canva's official integration, and step-by-step instructions for calling Canva from the Claude chat interface.
-
Claude Code
How to Use Claude × Supabase MCP | Connection Setup and Read-Only Configuration
A guide to connecting the Supabase MCP server to Claude and configuring it safely. Both Claude Desktop and Claude Code use the same config file, and combining read_only=true with project_ref as a two-layer guard lets you bring database knowledge into your development workflow while preventing production accidents.
-
Claude
Introduction to Claude Sequential Thinking MCP | How to Use Step-by-Step Reasoning
A guide to using and configuring Claude Sequential Thinking MCP. Launch it via npx or Docker, add an entry to claude_desktop_config.json, and you're ready to go — no additional API key required. This article also clarifies how this external tool for structuring reasoning steps differs from the model's built-in Extended Thinking.
-
Claude Code
What are Claude Agent Skills | Minimal SKILL.md and How to Create One
How SKILL.md and Progressive Disclosure allow Agent Skills to keep context lean even with 100 skills. Includes custom creation steps and examples.