About
Sample MCP (Model Context Protocol) server for DWScript
README
Sample MCP (Model Context Protocol) server for [DWScript][(https://github.com/EricGrange/DWScript)
This project is a basic MCP server exposing the following demo tools:
- returning current local time
- returning a raw METAR using aviationweather.gov API
Tested only with LM Studio so far
Usage:
- place mcp-server.dws wherever you want in your website, and the .pas units either alongside it or in your .lib directory
- add an entry in mcp.json of LM Studio like
{
"mcpServers": {
"dwscript-mcp-server": {
"url": "http://your-server:port/path/to/mcp-server.dws"
}
}
}
Installing DWScript
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/EricGrange/DWScript-MCPFAQ
Is DWScript MCP free?
Yes, DWScript MCP is free — one-click install via Unyly at no cost.
Does DWScript need an API key?
No, DWScript runs without API keys or environment variables.
Is DWScript hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install DWScript in Claude Desktop, Claude Code or Cursor?
Open DWScript on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare DWScript with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
