@hyperscript-tools/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@hyperscript-tools/mcp-servervalidate 'set x to 10'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hyperscript-tools
Tooling for original _hyperscript (from Big Sky Software) — built on the canonical hyperscript.org engine, with zero dependency on any fork.
Packages
Package | Description |
MCP server: parser-backed validation, parsing, docs, and editor assist for AI agents |
More to come (multilingual authoring, language tooling).
Related MCP server: repo-memory-mcp
Design principles
Parser-backed, not approximated. Validation and parsing run _hyperscript's own parser, so verdicts match the language exactly.
Pinned to the grammar. Documented inventory is verified against the parser's own registry in CI, so docs can't silently drift on a version bump.
Fork-free. Depends only on the canonical
hyperscript.orgpackage — nothing from any _hyperscript fork.
Development
npm install # install workspaces
npm run build # build all packages
npm run test # run all package test suites
npm run typecheckNode 20+.
License
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server that validates LLM-generated tool-call arguments, lints tool definitions, and produces retry messages for AI assistants.Last updated3491MIT
- AlicenseCqualityCmaintenanceMCP server for sharing source-backed engineering memory across AI coding clients like Cursor and VS Code.Last updated301MIT
- FlicenseAqualityBmaintenanceAn MCP stdio server that wraps language servers to expose read-oriented code-intelligence tools (hover, definition, references, diagnostics, etc.) for coding agents, supporting TypeScript/JavaScript and Python.Last updated561
- Alicense-qualityAmaintenanceAn MCP server implementing Spec-Driven Development workflows for AI-agent CLIs and IDEs like Claude Code and Cursor, enabling spec-first development with automated workflow guidance and quality checks.Last updated6238MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for generating rough-draft project plans from natural-language prompts.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/codetalcott/hyperscript-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server