list_projects — tutorializer MCP Tool Read-only
list_projects
(list projects) is one of 23 tools on the
tutorializer
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_projects from your client
- Claude Code tutorializer list_projects run in your project directory
- Claude Desktop tutorializer list_projects ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor tutorializer list_projects ~/.cursor/mcp.json
- VS Code tutorializer list_projects .vscode/mcp.json
- Zed tutorializer list_projects ~/.config/zed/settings.json
- Windsurf tutorializer list_projects ~/.codeium/windsurf/mcp_config.json
- Cline tutorializer list_projects ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI tutorializer list_projects ~/.gemini/settings.json
- Grok tutorializer list_projects .mcp.json (in your project root)
- ChatGPT tutorializer list_projects Settings → Connectors → Advanced → Developer mode
- Claude.ai tutorializer list_projects Settings → Connectors → Add custom connector
- LangChain tutorializer list_projects pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http tutorializer https://mcp.tutorializer.com/mcp
Other tools on this server
- get_project
- get_project_localization_summary
- list_tutorials
- get_tutorial
- list_videos
- get_video
- list_speeches
- get_speech
- create_project
- update_project
- create_tutorial
- update_tutorial
- create_video
- update_video
- create_speech
- update_speech
- set_pronunciation_rule
- remove_pronunciation_rule
- delete_tutorial
- delete_speech
- delete_video
- show_project_overview
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.