Content
# JS MCP Server
JavaScript MCP Server Component with WASM SDK for easy integration and deployment.
Detailed documentation and setup instructions will be added soon.
#Setup
```sh
npm install -g @bytecodealliance/componentize-js @bytecodealliance/jco
```
#Build
```sh
jco componentize \
server.js \
--wit wit \
--world-name js-mcp-server \
--out js-mcp-server.wasm \
--disable all
jco componentize server.js --wit wit --world-name js-mcp-server --out js-mcp-server.wasm --disable all
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.