lisct-mcp
Click on "Deploy 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., "@lisct-mcpexpand the 'groceries' set to depth 3"
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.
lisct-mcp
MCP server (stdio) and REST client for lisct, authenticated with an API key.
Source: github.com/yuanshenstarto/lisct-mcp
Claude Code
claude mcp add --scope user lisct -- npx -y lisct-mcpThe key is read from the environment, so exporting LISCT_API_KEY in your shell profile is enough — no need to bake it into a config file. Confirm with claude mcp list.
An
mcpServersblock in~/.claude/settings.jsonis not read by Claude Code. The server never starts and the host reports "not connected", which looks like a credential problem but isn't. Useclaude mcp add(writes~/.claude.json), or a project-level.mcp.json.
Related MCP server: Sentinel Core Agent
Other MCP hosts
claude_desktop_config.json, .mcp.json, and anything else taking the standard block:
{
"mcpServers": {
"lisct": {
"command": "npx",
"args": ["-y", "lisct-mcp"],
"env": { "LISCT_API_KEY": "lisct_…" }
}
}
}Verify credentials and reachability: LISCT_API_KEY=lisct_… npx lisct-mcp --check. It handshakes against the same MCP endpoint the bridge uses and prints the live tool table, so a green check means the bridge is green.
Tools are proxied straight from the server's own MCP endpoint, so the tool table never drifts: expand, get_set, search, create_set, add_elements, remove_elements, rename_element, set_status, delete_set, reorder. Write ops require a key with the write scope.
As a library
import { createLisctClient } from "lisct-mcp";
const lisct = createLisctClient({ apiKey: process.env.LISCT_API_KEY });
const { text } = await lisct.expand({ depth: 3 });
await lisct.createSet({ expression: "(groceries ,todo)" });LISCT_URL overrides the base url (default https://lisct.com) for self-hosted instances.
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Create, schedule, and publish social posts, manage accounts, and read analytics as MCP tools.
Access U.S. congressional data - bills, votes, members, committees - via MCP.
MCP tools for TON Sites, TON DNS and TON Storage.
Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.
Related MCP Servers
- AlicenseAqualityAmaintenanceThe open Congress.gov MCP server. Provides comprehensive access to the Congress.gov API through 6 organized toolsets, enabling AI systems to retrieve and interact with legislative data from the United States Congress with a clean, unified interface.2432Sustainable Use v1.0
- FlicenseNot gradedqualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1-
- FlicenseNot gradedqualityDmaintenanceEnables interaction with The Things Industries LoRaWAN platform via MCP tools, supporting application, device, gateway, and webhook management.1-
- AlicenseNot gradedqualityBmaintenanceEnables reading and updating App Store Connect metadata, in-app purchases, screenshots, and custom product pages via MCP tools. Uses the same configuration as the appstore-cli for authentication and paths.7MIT