Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>MCP WritingNew to Visual Studio Code? Get it now.
MCP Writing

MCP Writing

hannasdev

|
2 installs
| (0) | Free
VS Code companion extension for MCP Writing setup flows
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MCP Writing for VS Code

Set up your MCP Writing prose styleguide directly in VS Code with a guided flow.

What this extension does

  • Connects to your running MCP Writing server
  • Walks you through styleguide setup with interactive prompts
  • Supports project selection when multiple projects are available
  • Saves setup configuration through MCP Writing tools

Commands

  • MCP Writing: Test Server Connection
  • MCP Writing: Setup Prose Styleguide
  • MCP Writing: Update Prose Styleguide
  • MCP Writing: Show Version Info

Requirements

  • A running MCP Writing server (default URL: http://localhost:3000)
  • VS Code 1.100.0 or newer

Quick start

  1. Start your MCP Writing server.
  2. In VS Code, open Command Palette and run MCP Writing: Test Server Connection.
  3. Run MCP Writing: Setup Prose Styleguide.
  4. Follow the prompts to complete setup.

Extension settings

  • mcpWriting.serverUrl: Base URL for MCP Writing server (http://localhost:3000 by default).

Troubleshooting

  • If you get fetch failed, verify the server is running and reachable from VS Code.
  • If setup cannot write config, ensure your WRITING_SYNC_DIR is writable.

Project links

  • MCP Writing: github.com/hannasdev/mcp-writing
  • Extension repository: github.com/hannasdev/mcp-writing-vscode

Versioning and build identity

  • Extension version comes from package.json (version) and is what VS Code Marketplace shows.
  • Build identity is generated at package/publish time (scripts/generate-build-info.mjs) and includes:
    • git_sha
    • git_branch
    • build_time_utc
    • repo_dirty

Use MCP Writing: Show Version Info to see both values in the running extension.

Release model

  • Distributed as versioned .vsix artifacts via GitHub Releases.
  • Marketplace publishing is optional and not required for normal releases.
  • Release guide: RELEASING.md.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft